changelog Sat Jun 9 01:31:13 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2713&r2=1.2714&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2713 php-src/ChangeLog:1.2714
--- php-src/ChangeLog:1.2713 Fri Jun 8 01:31:08 2007
+++ php-src/ChangeLog Sat Jun 9 01:31:12 2007
@@ -1,3 +1,79 @@
+2007-06-08 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ bfn
+
+ * (PHP_5_2)
+ ZendEngine2/zend_ini.c:
+ MFH: fix #41561 (Values set with php_admin_* in httpd.conf can be
+ overwritten with ini_set())
+
+ * ZendEngine2/zend_ini.c:
+ fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten
+ with ini_set())
+
+ * ext/json/tests/pass001.1.phpt
+ ext/json/tests/pass001.1_64bit.phpt
+ ext/json/tests/pass001.phpt:
+ fix tests
+
+ * ext/json/JSON_parser.c:
+ oops, empty properties are not allowed
+
+ * ext/json/JSON_parser.c:
+ MFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty
+ string keys).
+
+ * (PHP_5_2)
+ NEWS:
+ news
+
+ * (PHP_5_2)
+ ext/oci8/oci8.c
+ ext/oci8/oci8_statement.c:
+ MFH: enable statement cache for non-persistent connections (patch by
Chris
+ Jones)
+
+ * ext/oci8/oci8.c
+ ext/oci8/oci8_statement.c:
+ enable statement cache for non-persistent connections (patch by Chris
+ Jones)
+
+ * (PHP_5_2)
+ ext/json/tests/pass001.1_64bit.phpt:
+ adjust test for 64bit
+
+ * (PHP_5_2)
+ ext/json/tests/pass001.1.phpt
+ ext/json/tests/pass001.1_64bit.phpt
+ ext/json/tests/pass001.1_64bit.phpt:
+ fix test, add 64bit version
+
+2007-06-08 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ ext/gd/libgd/gd_gif_in.c:
+ - MFH:#41630, segfault when an invalid color index is present in the
image
+ data
+
+ * (PHP_5_2)
+ NEWS:
+ - #41630 entry
+
+ * ext/gd/libgd/gd_gif_in.c:
+ - MFB: #41630, fix segfault when an invalid color index is present in the
+ image data
+
+2007-06-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/bcmath/bcmath.c:
+
+ Added missing error check inside bcpowmod().
+
2007-06-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/date/php_date.c: