History log of /PHP-7.2/ext/json/json.c (Results 51 – 75 of 180)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 37aaccad 19-Sep-2014 Nikita Popov

Use inline functions for most of smart_str

smart_str_free_ex no longer exists, always use smart_str_free instead.

smart_str_alloc no longer requires a newlen variable to be in scope

Use inline functions for most of smart_str

smart_str_free_ex no longer exists, always use smart_str_free instead.

smart_str_alloc no longer requires a newlen variable to be in scope,
instead it returns the new length.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


# 232459ef 27-Aug-2014 Anatol Belski

fix signature


# 6db8d4f8 27-Aug-2014 Anatol Belski

's' works with size_t round 3


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


# 37f9f10f 27-Aug-2014 Dmitry Stogov

Improved performance of json_encode()


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 19588572 19-Aug-2014 Anatol Belski

ported ext/json


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


# 3f42f2f5 12-Aug-2014 Veres Lajos

typofixes


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


# b3b616cf 29-May-2014 Dmitry Stogov

Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM.


# fa6f6c88 05-May-2014 Xinchen Hui

Fixed Reference handling in xml_parse_into_struct


# b30c7fe2 23-Apr-2014 Nikita Popov

Port JSON


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 1ba76df8 17-Feb-2014 Julien Pauli

Export JsonSerializable Interface (bug #65753)


# 8a1d248d 17-Feb-2014 Julien Pauli

Export JsonSerializable Interface (bug #65753)


# 786234d3 17-Feb-2014 Julien Pauli

Export JsonSerializable Interface (bug #65753)


Revision tags: php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20
# 91779db9 17-Sep-2013 Andrea Faulds

Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")


# 90d4ae4d 09-Nov-2013 Adam Harvey

Make all code paths in json_determine_array_type() return constants.

This is a purely cosmetic change, but the current behaviour of returning
PHP_JSON_OUTPUT_ARRAY and 1 looks weird.


# 82a4f1a1 02-Nov-2013 Kevin Israel

Fix #66021 (Blank line inside empty array/object)

Changed json_encode() so that when the JSON_PRETTY_PRINT option is specified,
the pair of linefeeds immediately after an opening bracket

Fix #66021 (Blank line inside empty array/object)

Changed json_encode() so that when the JSON_PRETTY_PRINT option is specified,
the pair of linefeeds immediately after an opening bracket and before the
corresponding closing bracket is omitted when the array or object contains no
elements or accessible properties (and hence would have a blank line between
the brackets).

show more ...


# 25244285 10-Sep-2013 Andrea Faulds

Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")


12345678