#
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, 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
|
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
|
Revision tags: php-5.5.20RC1 |
|
#
f00b80a5 |
| 23-Nov-2014 |
Jakub Zelenka |
Implement initial changes for json_parser
|
#
ba70ba5f |
| 16-Nov-2014 |
Jakub Zelenka |
Replace INIT_PZVAL_COPY with ZVAL_DUP
|
#
d07bf913 |
| 13-Nov-2014 |
Jakub Zelenka |
Initial import of jsond
|