Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up calls to extension_loaded('json') in tests | Tyson Andre | 2020-05-28 | 1 | -2/+0 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 1 | -1/+1 |
* | json_encode(): Detect recursion earlier | Nikita Popov | 2016-11-19 | 1 | -1/+1 |
* | Add json_last_error_msg() function | Nikita Popov | 2012-06-28 | 1 | -4/+2 |
* | Improve JSON error handling | Nikita Popov | 2012-06-27 | 1 | -2/+8 |
* | Improve json_encode error handling | Nikita Popov | 2012-06-23 | 1 | -0/+10 |
* | - Fixed tests | Felipe Pena | 2010-04-03 | 1 | -4/+1 |
* | MFH: use E_WARNING on recursion and add null to the result to keep it valid | Antony Dovgal | 2006-07-20 | 1 | -1/+3 |
* | MFH: add recursion protection to json_encode() and new tests | Antony Dovgal | 2006-07-20 | 1 | -0/+25 |