8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68deeb8 commit 5bf065fCopy full SHA for 5bf065f
reference/requirements.rst
@@ -28,8 +28,8 @@ Required
28
29
.. caution::
30
31
- Be aware that Symfony has some known limitations when using PHP 5.3.16.
32
- For more information see the `Requirements section of the README`_.
+ Be aware that PHP 5.3.16 is not suitable to run Symfony,
+ because of a `major bug in the Reflection subsystem`_.
33
34
Optional
35
--------
@@ -59,3 +59,4 @@ to use.
59
.. _`Requirements section of the README`: https://github.com/symfony/symfony/blob/2.7/README.md#requirements
60
.. _`JSON extension`: https://php.net/manual/book.json.php
61
.. _`ctype extension`: https://php.net/manual/book.ctype.php
62
+.. _`major bug in the Reflection subsystem`: https://bugs.php.net/bug.php?id=62715
0 commit comments