changelog Fri Dec 3 20:32:06 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1822&r2=1.1823&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1822 php-src/ChangeLog:1.1823
--- php-src/ChangeLog:1.1822 Thu Dec 2 20:32:51 2004
+++ php-src/ChangeLog Fri Dec 3 20:32:05 2004
@@ -1,3 +1,63 @@
+2004-12-03 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/standard/array.c
+ ext/standard/tests/array/array_walk_recursive.phpt:
+ MFH: fix array_walk_recursive() so it doesn't reuse cached fci between
+ calls
+ and add test for it
+
+ * ext/standard/array.c
+ ext/standard/tests/array/array_walk_recursive.phpt:
+ fix array_walk_recursive() so it doesn't reuse cached fci between calls
+ and add test for it
+
+2004-12-03 Stefan Esser <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re
+ ext/standard/var_unserializer.re:
+ fix compile
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ Handle already existing elements correctly
+
+2004-12-03 Christian Stocker <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/domxml/EXPERIMENTAL:
+ - remove EXPERIMENTAL tag
+
+2004-12-03 Georg Richter <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/mysqli/mysqli.c
+ ext/mysqli/tests/bug30967.phpt:
+ MFH: Fix for bug #30967 (properties in extended mysqli classes don't
work)
+
+ * ext/mysqli/tests/bug30967.phpt:
+
+ Fixed bug #30967 (properties in extended mysqli classes don't work)
+
+ * ext/mysqli/mysqli.c:
+ Fixed bug #30967 (properties in extended mysqli classes don't work)
+
+2004-12-03 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS
+ ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.c:
+ MFH: Fixed bug #30962 (mssql returns space for NULL columns).
+
+ * ext/mssql/php_mssql.c:
+ Fixed bug #30962 (mssql returns space for NULL columns).
+
2004-12-02 Antony Dovgal <[EMAIL PROTECTED]>
* ext/standard/array.c:
@@ -13340,7 +13400,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1822 2004/12/03
01:32:51 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1823 2004/12/04
01:32:05 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>