From: Date: Sat, 20 Dec 2008 01:32:38 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4772 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32ed769056e2b77f4752b2a26fd850d9089e2444;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f74ce46815..6afff953e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2008-12-19 Scott MacVicar + + * (PHP_5_2) + NEWS + ext/json/JSON_parser.c + ext/json/tests/001.phpt: + MFH: Invalid string causes segfault within json_decode() + + * (PHP_5_3) + NEWS: + BFN + + * ext/json/JSON_parser.c + ext/json/JSON_parser.h + ext/json/json.c + ext/json/php_json.h + ext/json/tests/007.phpt: + Add json_last_error() for getting a bit of information about what failed + during a decode, also fixes a segfault when we have [1} + [DOC] + + * (PHP_5_3) + ext/json/JSON_parser.c + ext/json/JSON_parser.h + ext/json/json.c + ext/json/php_json.h + ext/json/tests/007.phpt + ext/json/tests/007.phpt: + MFH Add json_last_error() for getting a bit of information about what + failed during a decode, also fixes a segfault when we have [1} + [DOC] + 2008-12-18 Pierre-Alain Joye * (PHP_5_3)