summaryrefslogtreecommitdiff
path: root/ext/json/json.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-39/+39
* ext/iconv, ext/json and ext/session use static tsrmls pointerAnatol Belski2014-10-171-0/+6
* Fix ::jsonSerialize() failure messageNikita Popov2014-10-121-1/+1
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* Use inline functions for most of smart_strNikita Popov2014-09-191-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* fix signatureAnatol Belski2014-08-271-1/+1
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* Improved performance of json_encode()Dmitry Stogov2014-08-271-29/+42
* master renames phase 1Anatol Belski2014-08-251-43/+43
* ported ext/jsonAnatol Belski2014-08-191-12/+12
* basic macro replacements, all at onceAnatol Belski2014-08-191-32/+32
* Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| | |\
| | | * typofixesVeres Lajos2014-08-171-1/+1
* | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-1/+1
* | | | Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-2/+2
* | | | Fixed Reference handling in xml_parse_into_structXinchen Hui2014-05-051-3/+0
* | | | Port JSONNikita Popov2014-05-051-114/+97
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-04-131-8/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-131-8/+10
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-131-8/+10
| | |\ \ | | | |/
| | | * Merge branch 'pull-request/518' into PHP-5.4Stanislav Malyshev2014-04-131-8/+10
| | | |\
| | | | * Fix #66021 (Blank line inside empty array/object)Kevin Israel2013-11-021-8/+10
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Julien Pauli2014-02-171-1/+1
| | |\ \ \ | | | |/ /
| | | * | Export JsonSerializable Interface (bug #65753)Julien Pauli2014-02-171-1/+1
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
| | * | | Bump yearXinchen Hui2014-01-031-1/+1
| * | | | Export JsonSerializable Interface (bug #65753)Julien Pauli2014-02-171-1/+1
* | | | | Export JsonSerializable Interface (bug #65753)Julien Pauli2014-02-171-1/+1
* | | | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Merge branch 'PHP-5.6'kovacs.ferenc2013-11-181-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensi...Andrea Faulds2013-11-111-3/+3
| |/ / /
* | | | Merge branch 'PHP-5.6'Adam Harvey2013-11-101-8/+22
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-11-101-8/+22
| |\ \ \ | | |/ /
| | * | Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case...Andrea Faulds2013-09-171-8/+22
| | |/
| | * Happy New YearXinchen Hui2013-01-011-1/+1
* | | Make all code paths in json_determine_array_type() return constants.Adam Harvey2013-11-091-2/+2
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2012-12-111-3/+28
|\ \ | |/
| * Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.Adam Harvey2012-12-111-3/+28
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-11-261-17/+22
|\ \ | |/
| * Related bug #63588 fix length computation + optimize for speedRemi Collet2012-11-261-17/+22
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2012-11-251-3/+29
|\ \ | |/
| * Fixed bug #63588 Duplicate implementation of php_next_utf8_charRemi Collet2012-11-251-3/+29