| Commit message (Expand) | Author | Age | Files | Lines |
* | fix signature | Anatol Belski | 2014-08-27 | 2 | -2/+2 |
* | fix signature | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | Improved performance of json_encode() | Dmitry Stogov | 2014-08-27 | 1 | -29/+42 |
* | fix strtol call | Anatol Belski | 2014-08-26 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 3 | -54/+54 |
* | ported ext/json | Anatol Belski | 2014-08-19 | 3 | -15/+15 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -40/+40 |
* | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | |\ |
|
| | | * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
* | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -1/+1 |
* | | | | Introduced immutable arrays. They don't need to be copyed and may be used dir... | Dmitry Stogov | 2014-05-29 | 1 | -2/+2 |
* | | | | Fix length reset in JSON parser | Nikita Popov | 2014-05-29 | 1 | -1/+1 |
* | | | | Fix ZTS | Nikita Popov | 2014-05-05 | 1 | -4/+4 |
* | | | | Fixed Reference handling in xml_parse_into_struct | Xinchen Hui | 2014-05-05 | 1 | -3/+0 |
* | | | | Port JSON | Nikita Popov | 2014-05-05 | 4 | -202/+181 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-04-13 | 2 | -8/+30 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-04-13 | 2 | -8/+30 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-13 | 2 | -8/+30 |
| | |\ \
| | | |/ |
|
| | | * | Merge branch 'pull-request/518' into PHP-5.4 | Stanislav Malyshev | 2014-04-13 | 2 | -8/+30 |
| | | |\ |
|
| | | | * | Fix #66021 (Blank line inside empty array/object) | Kevin Israel | 2013-11-02 | 2 | -8/+30 |
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Julien Pauli | 2014-02-17 | 2 | -2/+2 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Export JsonSerializable Interface (bug #65753) | Julien Pauli | 2014-02-17 | 2 | -2/+2 |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | * | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| * | | | | Export JsonSerializable Interface (bug #65753) | Julien Pauli | 2014-02-17 | 2 | -2/+2 |
* | | | | | Export JsonSerializable Interface (bug #65753) | Julien Pauli | 2014-02-17 | 2 | -2/+2 |
* | | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | | | | | Merge branch 'PHP-5.6' | kovacs.ferenc | 2013-11-18 | 2 | -3/+72 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensi... | Andrea Faulds | 2013-11-11 | 2 | -3/+72 |
| |/ / / |
|
* | | | | Merge branch 'PHP-5.6' | Adam Harvey | 2013-11-10 | 2 | -8/+139 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2013-11-10 | 2 | -8/+139 |
| |\ \ \
| | |/ / |
|
| | * | | Better test: Check combined leading/trailing | Andrea Faulds | 2013-10-15 | 1 | -0/+66 |
| | * | | Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case... | Andrea Faulds | 2013-09-17 | 2 | -8/+73 |
| | |/ |
|
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | | | Make all code paths in json_determine_array_type() return constants. | Adam Harvey | 2013-11-09 | 1 | -2/+2 |
|/ / |
|
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -2/+2 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2012-12-11 | 2 | -3/+60 |
|\ \
| |/ |
|
| * | Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers. | Adam Harvey | 2012-12-11 | 2 | -3/+60 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2012-11-26 | 1 | -17/+22 |
|\ \
| |/ |
|
| * | Related bug #63588 fix length computation + optimize for speed | Remi Collet | 2012-11-26 | 1 | -17/+22 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2012-11-25 | 5 | -67/+31 |
|\ \
| |/ |
|
| * | Fixed bug #63588 Duplicate implementation of php_next_utf8_char | Remi Collet | 2012-11-25 | 5 | -67/+31 |
| * | Revert JSON merges to 5.4 | Nikita Popov | 2012-07-01 | 16 | -232/+47 |
* | | Fix 64bit JSON test | Nikita Popov | 2012-08-13 | 1 | -2/+2 |