summaryrefslogtreecommitdiff
path: root/ext/json/php_json_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|
* Add php_json_yyparse for direct use in json extJakub Zelenka2016-05-111-0/+2
|
* Fix and clean up exporting of json parserJakub Zelenka2016-05-111-1/+1
|
* Use embedded json parser method structureJakub Zelenka2016-05-021-1/+1
|
* Remove json parser depth methods and tidy it upJakub Zelenka2016-04-101-6/+0
|
* Add method hooking support to json parserJakub Zelenka2016-04-101-6/+58
| | | | | | | This commit is just a slight modification (renaming and some small changes) of the patch that has been provided by Andrey Hristov. It adds support for hooking of the json parser operations and allows re-using of modified JSON parsing outside of json ext.
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | Follow up for d0cb7153
* fix datatype mismatchesAnatol Belski2015-02-091-3/+3
|
* use size_t for str lengthAnatol Belski2015-02-091-1/+1
|
* Merge branch 'master' into jsondJakub Zelenka2015-01-251-1/+1
| | | | | | Conflicts: ext/json/JSON_parser.c ext/json/json.c
* Merge branch 'master' into jsondJakub Zelenka2014-12-271-4/+1
| | | | | | | | | | Conflicts: ext/json/JSON_parser.c ext/json/JSON_parser.h ext/json/config.m4 ext/json/config.w32 ext/json/json.c ext/json/php_json.h
* Move json encoding stuffJakub Zelenka2014-11-241-3/+3
|
* Initial import of jsondJakub Zelenka2014-11-131-0/+42