summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* Optimize creation of empty arrays in json_decodeTyson Andre2019-10-301-2/+12
* Clean up JSON parserNikita Popov2019-09-191-33/+4
* Add the last missing SKIPIFFabien Villepinte2019-09-041-0/+2
* Bump PHP_JSON_VERSION to PHP_VERSIONPeter Kokot2019-07-242-2/+3
* Use %define api.pure instead of %pure-parserNikita Popov2019-06-121-1/+1
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Adds json_encode test for unpacked arraysJury2019-04-291-0/+16
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-232-2/+35
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-232-2/+35
| |\
| | * Fixed bug #77843Nikita Popov2019-04-232-2/+35
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-6/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-21/+21
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| | * year++Xinchen Hui2018-01-0210-10/+10
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-6/+0
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-21/+21
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Upgrade deprecated directives and use non-posix bisonPeter Kokot2019-03-191-1/+1
* | | Optimization for ASCII dataDmitry Stogov2019-03-181-73/+68
* | | Remove outdated README for ext/jsonPeter Kokot2019-03-171-16/+0
* | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+5
* | | More zpp error/variation test removalsNikita Popov2019-03-071-28/+0
* | | Remove obsolescent AC_HEADER_STDC and memcpy checkPeter Kokot2019-03-011-1/+0
* | | Remove local variablesPeter Kokot2019-02-033-27/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-308-8/+8
* | | Remove lexer files generated by RE2CPeter Kokot2018-11-112-1669/+0
* | | Remove ext/json parser files generated by bisonPeter Kokot2018-10-243-2066/+2
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-155-6/+0
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1414-21/+21
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Introduce get_properties_for() handlerNikita Popov2018-10-101-2/+7
|/ /
* | Sync with e0fe6674Anatol Belski2018-08-131-1/+1
* | Fix bug #76030 RE2C_FLAGS rarely honouredCristian Rodríguez2018-08-121-1/+1
* | Make more tests run on 64bit plataformsGabriel Caruso2018-07-301-2/+1
* | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro...Dmitry Stogov2018-07-252-45/+41
* | Remove unused Git attributes identPeter Kokot2018-07-252-4/+1
* | Revert "Rename _zval_dtor_func to _ref_dtor_func"Xinchen Hui2018-07-062-768/+718
* | Rename _zval_dtor_func to _ref_dtor_funcXinchen Hui2018-07-062-718/+768
* | Use zval_ptr_dtor_nogc() in JSON parser (it can't produce circular data struc...Dmitry Stogov2018-07-052-26/+26
* | Bump PHP_JSON_VERSION to 1.7.0Jakub Zelenka2018-06-141-1/+1
* | php_json_escape_string() optimizationDmitry Stogov2018-06-131-35/+60
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-283-12/+12
* | Bit test optimizationDmitry Stogov2018-05-081-1/+1
* | Bit check micro-optimizationDmitry Stogov2018-04-281-1/+1
* | Use int instead of long in protosGabriel Caruso2018-02-231-1/+1