Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4c1a2e

Browse files
committed
symfony 2.7 requires at least php 5.3.9
1 parent ed80100 commit f4c1a2e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

reference/requirements.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ Below is the list of required and optional requirements.
2121
Required
2222
--------
2323

24-
* PHP needs to be a minimum version of PHP 5.5.9
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

29+
.. caution::
30+
31+
Be aware that Symfony has some known limitations
32+
when using PHP 5.3.16. For more information see the
33+
`Requirements section of the README`_.
34+
2935
Optional
3036
--------
3137

@@ -50,3 +56,5 @@ Doctrine
5056
If you want to use Doctrine, you will need to have PDO installed. Additionally,
5157
you need to have the PDO driver installed for the database server you want
5258
to use.
59+
60+
.. _`Requirements section of the README`: https://github.com/symfony/symfony#requirements

0 commit comments

Comments
 (0)