History log of /PHP-7.4/ext/json/json.c (Results 126 – 150 of 186)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# ea3a6539 20-May-2010 Ilia Alshanetsky

Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
numeric strings to integers.


# cf174c13 20-May-2010 Ilia Alshanetsky

Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
numeric strings to integers.


# 1fd85e29 12-May-2010 Sara Golemon

Rename JSON_Serializable to JsonSerializable per ML discussion


# a31a2083 06-May-2010 Kalle Sommer Nielsen

Well we do need zend_throw_exception_ex ;-)


# 1381b14e 05-May-2010 Sara Golemon

Add JSON_Serializable interface
Objects implementing JSON_Serializable will have
their ->jsonSerialize() method called

Similar to serialize() and __sleep()


# 45c090f3 18-Apr-2010 Felipe Pena

- Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)


# 6f03cbf6 18-Apr-2010 Felipe Pena

- Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)


# 26b08f98 30-Mar-2010 Johannes Schlüter

Remove main/php3_compat.h, for that a few references to `function_entry` have
to be replaced by `zend_function_entry`.


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 87dbefa0 27-Jul-2009 Scott MacVicar

MFH: Add error constant when json_encode detects an invalid UTF-8 sequence.


# 2361b4ea 30-Jun-2009 Stanislav Malyshev

fix json shared build on Windows


Revision tags: php-5.3.0
# caf8d811 24-Jun-2009 Felipe Pena

- MFH: Fixed memleak when depth arg is less than zero


Revision tags: php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 7012d096 31-May-2009 Jani Taskinen

MFH: no dots in errors


# efc0927f 31-May-2009 Andrei Zmievski

Expose encode/decode API.


Revision tags: php-5.2.10RC1
# 105272bd 15-May-2009 Kalle Sommer Nielsen

MFH: Fix arginfo


# d2a77858 14-May-2009 Scott MacVicar

MFH Allow a custom recursion depth to be specified for json_decode()


Revision tags: php-5.3.0RC2, php-5.3.0RC1
# c2b15e94 17-Mar-2009 Scott MacVicar

MFH Replace magic values with a define for json encoding, makes reading it a bit easier


# 8d2a5cab 17-Mar-2009 Scott MacVicar

MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


12345678