Skip to content

Commit 89e626f

Browse files
committed
minor #4952 symfony 2.7 requires at least php 5.3.9 (scaytrase)
This PR was merged into the 2.7 branch. Discussion ---------- symfony 2.7 requires at least php 5.3.9 | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.7 | Fixed tickets | none https://github.com/symfony/symfony/blob/2.7/composer.json Commits ------- f4c1a2e symfony 2.7 requires at least php 5.3.9
2 parents f4ab4b6 + f4c1a2e commit 89e626f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

reference/requirements.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +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
33-
`Requirements section of the README`_.
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`_.
3433

3534
Optional
3635
--------

0 commit comments

Comments
 (0)