-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Requirements: Rewrite note about PHP 5.3.16 #7792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexislefebvre thanks for this! Not only you spotted a hard to find issue but you also provided a perfect fix for it. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
reference/requirements.rst
Outdated
@@ -28,8 +28,8 @@ Required | |||
|
|||
.. caution:: | |||
|
|||
Be aware that Symfony has some known limitations when using PHP 5.3.16. | |||
For more information see the `Requirements section of the README`_. | |||
Be aware that Symfony 5.3.16 is not suitable to run Symfony, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not Symfony 5.3.16 but PHP 5.3.16 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting this @viviengaetan! I'm going to fix the typo. 😅
Good catch, thanks @alexislefebvre. |
This PR was merged into the 2.7 branch. Discussion ---------- Requirements: Rewrite note about PHP 5.3.16 The `README.md` file was rewritten in this commit: symfony/symfony@c7d30ca#diff-04c6e90faac2675aa89e2176d2eec7d8L19 So the link in _For more information see the Requirements section of the README_ was outdated because the _Requirements_ section was removed. I removed the link and added an explanation that was present in the `README.md` file (see commit above). Commits ------- 5bf065f Requirements: Rewrite note about PHP 5.3.16
The
README.md
file was rewritten in this commit:symfony/symfony@c7d30ca#diff-04c6e90faac2675aa89e2176d2eec7d8L19
So the link in For more information see the Requirements section of the README was outdated because the Requirements section was removed.
I removed the link and added an explanation that was present in the
README.md
file (see commit above).