8000 minor #7498 [Requirements] Clarify what are JSON and ctype (alexislef… · matthieu88160/symfony-docs@967eea7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 967eea7

Browse files
committed
minor symfony#7498 [Requirements] Clarify what are JSON and ctype (alexislefebvre, javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- [Requirements] Clarify what are JSON and ctype On: http://symfony.com/doc/2.7/reference/requirements.html#required I found 8000 *JSON needs to be enabled*” and “*ctype needs to be enabled*” ambiguous, the first may be misinterpreted as a browser need and the second as a C dependency. I added “*extension*” and links to the official PHP documentation. After the update, these items will look like this: > - [JSON extension](http://php.net/manual/book.json.php) needs to be enabled > - [ctype extension](http://php.net/manual/book.ctype.php) needs to be enabled Commits ------- 75bc678 Use https URLs when possible 43e45ac [Requirements] Clarify what are JSON and ctype
2 parents cf7a69a + 75bc678 commit 967eea7

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`: https://php.net/manual/book.json.php
61+
.. _`ctype extension`: https://php.net/manual/book.ctype.php

0 commit comments

Comments
 (0)
0