Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up calls to extension_loaded('json') in tests | Tyson Andre | 2020-05-28 | 1 | -2/+0 |
| | | | | | | These are no longer needed after https://wiki.php.net/rfc/always_enable_json Closes GH-5637 | ||||
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 1 | -6/+6 |
| | |||||
* | Prevent from being affected by local php.ini | Xinchen Hui | 2017-10-13 | 1 | -0/+2 |
| | |||||
* | Use the same CS for all json tests | Jakub Zelenka | 2015-11-15 | 1 | -5/+1 |
| | |||||
* | Added support for JSON_NUMERIC_CHECK option in json_encode() that converts | Ilia Alshanetsky | 2010-05-20 | 1 | -0/+26 |
numeric strings to integers. |