]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 20 Dec 2008 01:32:38 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 20 Dec 2008 01:32:38 +0000 (01:32 +0000)
ChangeLog

index f74ce468151b3bd6656071e8cba31d18ce3329a2..6afff953e354bfacf3a94728bd3668a4caf31cd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2008-12-19  Scott MacVicar  <scott@macvicar.net>
+
+    * (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  <pierre.dev@gmail.com>
 
     * (PHP_5_3)