Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1 |
|
#
f0d1cca6 |
| 29-May-2016 |
Jakub Zelenka |
Use empty keys instead of _empty_ in json decoding |
Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1 |
|
#
b91c05ea |
| 11-May-2016 |
Jakub Zelenka |
Fix and clean up exporting of json parser |
Revision tags: php-7.0.7RC1 |
|
#
37048c0f |
| 02-May-2016 |
Jakub Zelenka |
Use embedded json parser method structure |
Revision tags: php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1 |
|
#
93b67dd5 |
| 10-Apr-2016 |
Jakub Zelenka |
Remove json parser depth methods and tidy it up |
Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4 |
|
#
72ccfda2 |
| 28-Feb-2016 |
Jakub Zelenka |
Add method hooking support to json parser This commit is just a slight modification (renaming and some small changes) of the patch that has been provided by Andrey Hristov. It adds s
Add method hooking support to json parser 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.
show more ...
|
Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
2eb1f38d |
| 01-Jan-2016 |
Lior Kaplan |
Happy new year (Update copyright to 2016) |
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
4a2e40bb |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). |
Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2 |
|
#
f3df3df8 |
| 21-Jun-2015 |
Jakub Zelenka |
Fix bug #68546 (json_decode cannot access property started with \0) |
Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42 |
|
#
61de771a |
| 07-Jun-2015 |
Jakub Zelenka |
Improve json parser code |
Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41 |
|
#
359df4de |
| 10-May-2015 |
Jakub Zelenka |
Tidy up and regenerate json parser with latest bison version |
#
76fb0212 |
| 06-May-2015 |
Xinchen Hui |
Optimized json_parser 1. use zend_string in key 2. use faster APIs 3. use ZVAL_COPY_VALUE instead of assignment (save u2 copy) |
Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1 |
|
#
fe36285d |
| 25-Mar-2015 |
Anatol Belski |
fix datatype mismatches |
Revision tags: php-5.6.7, php-5.5.23, php-5.4.39 |
|
#
a4384bd3 |
| 13-Mar-2015 |
Lior Kaplan |
s/PHP Version 5/PHP Version 7/g Follow up for d0cb7153 |
#
609f05fc |
| 08-Mar-2015 |
Reeze Xia |
ZTS cleanup |
Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38 |
|
#
549c6fa4 |
| 15-Feb-2015 |
Jakub Zelenka |
Remove unused destructor in json parser |
Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS |
|
#
ef2fd13d |
| 09-Feb-2015 |
Anatol Belski |
fix datatype mismatches |
#
12fff525 |
| 09-Feb-2015 |
Anatol Belski |
fix inconsistend dll linkage warn |
#
a1208b47 |
| 09-Feb-2015 |
Anatol Belski |
use size_t for str length |
Revision tags: php-5.6.6RC1, php-5.5.22RC1 |
|
#
3159d518 |
| 25-Jan-2015 |
Jakub Zelenka |
Merge branch 'master' into jsond Conflicts: ext/json/JSON_parser.c ext/json/json.c
|
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1 |
|
#
8e102504 |
| 01-Jan-2015 |
Jakub Zelenka |
Use ZVAL_COPY_VALUE for copying parser result to return_value |
#
b68da91d |
| 27-Dec-2014 |
Jakub Zelenka |
Merge branch 'master' into jsond Conflicts: ext/json/JSON_parser.c ext/json/JSON_parser.h ext/json/config.m4 ext/json/config.w32 e
Merge branch 'master' into jsond 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
show more ...
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
9e5f6879 |
| 12-Dec-2014 |
Jakub Zelenka |
Fix json object decoding |
#
c6d09051 |
| 07-Dec-2014 |
Jakub Zelenka |
Do not copy return_value in parser |
#
098097d8 |
| 30-Nov-2014 |
Jakub Zelenka |
Fix compilation for json scanner |
Revision tags: php-5.6.4RC1 |
|
#
79e83556 |
| 26-Nov-2014 |
Jakub Zelenka |
Fix compilation issues in json_parser |