summaryrefslogtreecommitdiff
path: root/ext/json/json_encoder.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-09-191-1/+3
| | | | | | | | * PHP-5.6: Do not wrap user exception in case of custom JSON serialization Conflicts: ext/json/json.c
* Revert "Fixed bug #72170 (JsonSerializable may inc apply count without dec it)"Xinchen Hui2016-05-061-45/+38
| | | | This reverts commit 459a7cc209da130256d66c1f896199540f4dadbc.
* Fixed bug #72170 (JsonSerializable may inc apply count without dec it)Xinchen Hui2016-05-061-38/+45
| | | | I don't want use zend_try here, but seems I have no choice :<
* Fixed bug #72069 (Behavior \JsonSerializable different from json_encode)Xinchen Hui2016-04-221-0/+4
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-5/+5
| | | | semantick changes).
* Use Z_ARRVAL_P since we already know it's an arrayXinchen Hui2015-05-061-3/+3
|
* fix datatype mismatchesAnatol Belski2015-03-251-1/+1
|
* Improved php_json_escape_string()Dmitry Stogov2015-03-111-98/+103
|
* Merge branch 'PHP-5.6'Jakub Zelenka2015-02-221-17/+24
| | | | The fix for master is a bit different (it's fixed in encoder)
* fix json globalsMichael Wallner2015-02-091-2/+0
|
* size_t vs intAnatol Belski2015-02-091-1/+1
|
* Merge branch 'master' into jsondJakub Zelenka2015-02-081-1/+1
| | | | | Conflicts: ext/json/json.c
* Give me creditJakub Zelenka2015-02-021-0/+1
|
* Merge branch 'master' into jsondJakub Zelenka2015-01-251-1/+1
| | | | | | Conflicts: ext/json/JSON_parser.c ext/json/json.c
* Increase PHP_JSON_DOUBLE_MAX_LENGTH for fractional partJakub Zelenka2015-01-181-2/+2
| | | | | | This is probably not necessary as such number is not realistic. It's just to be consistent with jsond extension.
* Porting implementation of RFC json_preserve_fractional_partJuan Basso2015-01-121-3/+8
|
* Refactore json double encoding to use php_gcvtJakub Zelenka2015-01-111-23/+25
|
* Replace encoder functions json prefix with php_jsonJakub Zelenka2015-01-101-25/+25
|
* Merge branch 'master' into jsondJakub Zelenka2014-12-271-34/+34
| | | | | | | | | | 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
* Fix compilation for json_encoderJakub Zelenka2014-11-301-0/+4
|
* Move json encoding stuffJakub Zelenka2014-11-241-0/+537