File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,17 @@ Below is the list of required and optional requirements.
2121Required
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+
2935Optional
3036--------
3137
@@ -50,3 +56,5 @@ Doctrine
5056If you want to use Doctrine, you will need to have PDO installed. Additionally,
5157you need to have the PDO driver installed for the database server you want
5258to use.
59+
60+ .. _`Requirements section of the README` : https://github.com/symfony/symfony#requirements
You can’t perform that action at this time.
0 commit comments