summaryrefslogtreecommitdiff
path: root/ext/json/json_scanner.re
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Fix incompatible JSON errorsJakub Zelenka2015-06-281-2/+14
* Fix bug #62010 (json_decode produces invalid byte-sequences)Jakub Zelenka2015-06-281-11/+15
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* better alignment + support size_tAnatol Belski2015-02-101-1/+1
* use portable strtolAnatol Belski2015-02-101-1/+1
* Merge branch 'master' into jsondJakub Zelenka2015-01-251-1/+1
* Allow ill-formed unicode escapes in decoderJakub Zelenka2015-01-041-15/+11
* Merge branch 'master' into jsondJakub Zelenka2014-12-271-1/+1
* Change string buffer handling in json scannerJakub Zelenka2014-12-031-4/+4
* Fix compilation for json scannerJakub Zelenka2014-11-301-4/+6
* Initial import of jsondJakub Zelenka2014-11-131-0/+345