Commit 967eea7
committed
minor #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 “*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 ctype1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
0 commit comments