summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* Use the same CS for all json testsJakub Zelenka2015-11-1532-252/+185
* Add tests for json_last_error()/json_last_error_msg() failuresKubo22015-07-212-0/+43
* Merge remote-tracking branch 'github/pr/637' into PHP-5.6Stanislav Malyshev2015-04-186-219/+2
|\
| * Remove unused code from ext/json.Rouven Weßling2014-03-304-199/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Jakub Zelenka2015-02-222-17/+27
|\ \
| * | Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers p...Jakub Zelenka2015-02-222-11/+21
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-02-043-19/+2
|\ \ \ | |/ /
| * | Revert "json_decode() should generate a syntax error when given ""."Julien Pauli2015-02-043-19/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2015-02-023-2/+19
|\ \ \ | |/ /
| * | json_decode() should generate a syntax error when given "".Adam Harvey2015-02-023-2/+19
| * | Bump yearXinchen Hui2015-01-152-2/+2
* | | Fixed bug #50224 where float without decimals were converted to integerJuan Basso2015-01-193-8/+90
* | | bump yearXinchen Hui2015-01-152-2/+2
* | | 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
* | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-04-132-8/+30
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-132-8/+30
| |\ \ | | |/
| | * Merge branch 'pull-request/518' into PHP-5.4Stanislav Malyshev2014-04-132-8/+30
| | |\
| | | * Fix #66021 (Blank line inside empty array/object)Kevin Israel2013-11-022-8/+30
| * | | Merge branch 'PHP-5.4' into PHP-5.5Julien Pauli2014-02-172-2/+2
| |\ \ \ | | |/ /
| | * | Export JsonSerializable Interface (bug #65753)Julien Pauli2014-02-172-2/+2
| | * | Bump yearXinchen Hui2014-01-032-2/+2
| * | | Bump yearXinchen Hui2014-01-032-2/+2
* | | | Export JsonSerializable Interface (bug #65753)Julien Pauli2014-02-172-2/+2
* | | | Bump yearXinchen Hui2014-01-032-2/+2
* | | | Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensi...Andrea Faulds2013-11-112-3/+72
|/ / /
* | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-11-102-8/+139
|\ \ \ | |/ /
| * | Better test: Check combined leading/trailingAndrea Faulds2013-10-151-0/+66
| * | Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case...Andrea Faulds2013-09-172-8/+73
| |/
| * Happy New YearXinchen Hui2013-01-012-2/+2
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* | Happy New YearXinchen Hui2013-01-012-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2012-12-112-3/+60
|\ \ | |/
| * Alter php_json_decode_ex() to respect JSON_BIGINT_AS_STRING for bare numbers.Adam Harvey2012-12-112-3/+60
* | 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-255-67/+31
|\ \ | |/
| * Fixed bug #63588 Duplicate implementation of php_next_utf8_charRemi Collet2012-11-255-67/+31
| * Revert JSON merges to 5.4Nikita Popov2012-07-0116-232/+47
* | Fix 64bit JSON testNikita Popov2012-08-131-2/+2
* | Fix test failed due to new feature introduced in 45d596eaXinchen Hui2012-07-292-4/+2
* | Add optional depth parameter to json_encode #62369Florian Anderiasch2012-07-243-1/+44
|/
* fix bug #61359: json_encode() calls too many reallocsStanislav Malyshev2012-06-301-9/+12
* Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-06-288-42/+51
|\
| * Add json_last_error_msg() functionNikita Popov2012-06-288-42/+51
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-06-2711-58/+113
|\ \ | |/
| * Improve JSON error handlingNikita Popov2012-06-278-49/+92
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-06-2314-26/+147
|\ \ | |/