File tree 1 file changed +9
-1
lines changed
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.
21
21
Required
22
22
--------
23
23
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
25
25
* JSON needs to be enabled
26
26
* ctype needs to be enabled
27
27
* Your ``php.ini `` needs to have the ``date.timezone `` setting
28
28
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
+
29
35
Optional
30
36
--------
31
37
@@ -50,3 +56,5 @@ Doctrine
50
56
If you want to use Doctrine, you will need to have PDO installed. Additionally,
51
57
you need to have the PDO driver installed for the database server you want
52
58
to 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