We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0607517 commit 43e45acCopy full SHA for 43e45ac
reference/requirements.rst
@@ -22,8 +22,8 @@ Required
22
--------
23
24
* PHP needs to be a minimum version of PHP 5.3.9
25
-* JSON needs to be enabled
26
-* ctype needs to be enabled
+* `JSON extension`_ needs to be enabled
+* `ctype extension`_ needs to be enabled
27
* Your ``php.ini`` needs to have the ``date.timezone`` setting
28
29
.. caution::
@@ -57,3 +57,5 @@ you need to have the PDO driver installed for the database server you want
57
to use.
58
59
.. _`Requirements section of the README`: https://github.com/symfony/symfony/blob/2.7/README.md#requirements
60
+.. _`JSON extension`: http://php.net/manual/book.json.php
61
+.. _`ctype extension`: http://php.net/manual/book.ctype.php
0 commit comments