You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments