Revision tags: php-5.6.6RC1, php-5.5.22RC1 |
|
#
20bae2a5 |
| 02-Feb-2015 |
Jakub Zelenka |
Give me credit |
#
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 |
|
#
3ddb5993 |
| 18-Jan-2015 |
Jakub Zelenka |
Increase PHP_JSON_DOUBLE_MAX_LENGTH for fractional part This is probably not necessary as such number is not realistic. It's just to be consistent with jsond extension. |
#
95cef47a |
| 13-Jan-2015 |
Juan Basso |
Porting implementation of RFC json_preserve_fractional_part |
#
e6fb493e |
| 10-Jan-2015 |
Jakub Zelenka |
Refactore json double encoding to use php_gcvt |
#
8304e468 |
| 10-Jan-2015 |
Jakub Zelenka |
Replace encoder functions json prefix with php_json |
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
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 |
|
#
f18aae60 |
| 30-Nov-2014 |
Jakub Zelenka |
Fix compilation for json_encoder |
Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
e18dd679 |
| 24-Nov-2014 |
Jakub Zelenka |
Move json encoding stuff |