summaryrefslogtreecommitdiff
path: root/ext/json/json_parser.tab.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-061-739/+682
* Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-061-682/+739
* Use zval_ptr_dtor_nogc() in JSON parser (it can't produce circular data struc...Dmitry Stogov2018-07-051-22/+22
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-6/+6
* year++Xinchen Hui2018-01-021-1/+1
* RC manipulation cleanup 2Xinchen Hui2017-11-021-7/+4
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-3/+3
* Use empty keys instead of _empty_ in json decodingJakub Zelenka2016-06-201-4/+1
* Fix and clean up exporting of json parserJakub Zelenka2016-05-111-3/+8
* Use embedded json parser method structureJakub Zelenka2016-05-021-13/+13
* Remove json parser depth methods and tidy it upJakub Zelenka2016-04-101-54/+38
* Add method hooking support to json parserJakub Zelenka2016-04-101-48/+116
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Regenerate bison and re2c files in jsonJakub Zelenka2015-07-181-550/+444
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-446/+552
* Fix bug #68546 (json_decode cannot access property started with \0)Jakub Zelenka2015-06-211-7/+17
* Improve json parser codeJakub Zelenka2015-06-071-21/+67
* Tidy up and regenerate json parser with latest bison versionJakub Zelenka2015-05-101-736/+679
* Optimized json_parserXinchen Hui2015-05-061-691/+748
* fix datatype mismatchesAnatol Belski2015-03-251-1/+1
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* ZTS cleanupReeze Xia2015-03-081-1/+1
* Remove unused destructor in json parserJakub Zelenka2015-02-151-4/+4
* Add bison 3.0.4 genereted files for json parserJakub Zelenka2015-02-151-0/+1860