History log of /PHP-7.2/ext/json/json.c (Results 101 – 125 of 180)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d4ae4e79 17-Oct-2011 Ilia Alshanetsky

Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with numeric string properties)


# 65732af7 17-Oct-2011 Ilia Alshanetsky

Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with numeric string properties)


Revision tags: php-5.4.0beta1, yaf-2.1.0
# a1501cf1 29-Aug-2011 Gwynne Raskind

Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne.


# 06292974 29-Aug-2011 Gwynne Raskind

Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by Irker and Gwynne.


Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5
# 783b0532 06-Aug-2011 Felipe Pena

- Added missing PHP_FE_END/ZEND_FE_END


# 9c289189 06-Aug-2011 Felipe Pena

- Added missing PHP_FE_END/ZEND_FE_END


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# f4f2aa75 01-Jun-2011 Ilia Alshanetsky

Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).


# a7dfb315 01-Jun-2011 Ilia Alshanetsky

Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).


# 850db4b3 01-Jun-2011 Ilia Alshanetsky

Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).


# e77bd31f 30-Apr-2011 Peter Cowburn

fix method name in JsonSerializable exception message


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# ecb9d801 21-Feb-2011 Scott MacVicar

Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all cases


# 3242016f 21-Feb-2011 Scott MacVicar

Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all cases


Revision tags: php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# cb9c8233 16-Sep-2010 Adam Harvey

Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the
exact form of the JSON pretty printing and brace handling will only be accepted
in the form of patches. ;)


# d8b8d22a 16-Sep-2010 Adam Harvey

Rebalance the folds in json.c.


# 726fe638 16-Sep-2010 Adam Harvey

Implemented FR #49366 (Make slash escaping optional in json_encode()).


# 3c93eab5 14-Sep-2010 Adam Harvey

Fix English in the error message emitted when json_decode() is called with
depth <= 0.


# 1f06a6a4 14-Sep-2010 Adam Harvey

Fix English in the error message emitted when json_decode() is called with
depth <= 0.


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# e1ce0a64 06-Jul-2010 Scott MacVicar

Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fail to decode.


# bc74861c 06-Jul-2010 Scott MacVicar

Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fail to decode.


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 6eb42184 21-May-2010 Sara Golemon

Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
as strings rather than casting to double and loosing precision.


12345678