Skip to content

Commit a6373b2

Browse files
committed
bumped min PHP version to 5.3.9
1 parent ca54d55 commit a6373b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/requirements.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Below is the list of required and optional requirements.
2121
Required
2222
--------
2323

24-
* PHP needs to be a minimum version of PHP 5.3.3
24+
* PHP needs to be a minimum version of PHP 5.3.9
2525
* JSON needs to be enabled
2626
* ctype needs to be enabled
2727
* Your ``php.ini`` needs to have the ``date.timezone`` setting
2828

2929
.. caution::
3030

31-
Be aware that Symfony has some known limitations when using a PHP version
32-
less than 5.3.8 or equal to 5.3.16. For more information see the
31+
Be aware that PHP 5.3.16 has a major bug in the Reflection subsystem
32+
and is not suitable to run Symfony. For more information see the
3333
`Requirements section of the README`_.
3434

3535
Optional

0 commit comments

Comments
 (0)