Skip to content

Commit 43e45ac

Browse files
[Requirements] Clarify what are JSON and ctype
1 parent 0607517 commit 43e45ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/requirements.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Required
2222
--------
2323

2424
* PHP needs to be a minimum version of PHP 5.3.9
25-
* JSON needs to be enabled
26-
* ctype needs to be enabled
25+
* `JSON extension`_ needs to be enabled
26+
* `ctype extension`_ needs to be enabled
2727
* Your ``php.ini`` needs to have the ``date.timezone`` setting
2828

2929
.. caution::
@@ -57,3 +57,5 @@ you need to have the PDO driver installed for the database server you want
5757
to use.
5858

5959
.. _`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

Comments
 (0)