changelog Sat Dec 20 01:32:39 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3263&r2=1.3264&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3263 php-src/ChangeLog:1.3264
--- php-src/ChangeLog:1.3263 Fri Dec 19 01:32:18 2008
+++ php-src/ChangeLog Sat Dec 20 01:32:38 2008
@@ -1,3 +1,35 @@
+2008-12-19 Scott MacVicar <sc...@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....@gmail.com>
* (PHP_5_3)
@@ -20354,7 +20386,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3263 2008/12/19 01:32:18 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3264 2008/12/20 01:32:38 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c