History log of /PHP-7.4/ext/json/json.c (Results 51 – 75 of 186)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f18aae60 30-Nov-2014 Jakub Zelenka

Fix compilation for json_encoder


# a4e59c39 25-Nov-2014 Jakub Zelenka

Add missing bits to php_json.h


# e18dd679 24-Nov-2014 Jakub Zelenka

Move json encoding stuff


# fea10f6a 17-Oct-2014 Anatol Belski

ext/iconv, ext/json and ext/session use static tsrmls pointer


# 016a96c7 12-Oct-2014 Nikita Popov

Fix ::jsonSerialize() failure message


# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# 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


12345678