changelog Wed Apr 5 05:31:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2305&r2=1.2306&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2305 php-src/ChangeLog:1.2306
--- php-src/ChangeLog:1.2305 Tue Apr 4 05:31:44 2006
+++ php-src/ChangeLog Wed Apr 5 05:31:46 2006
@@ -1,3 +1,34 @@
+2006-04-04 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ - MFH
+ . Fixed bug #36941 (ArrayIterator does not clone itself)
+ . Fixed SEGV when ArrayObject/Iterator use reference to self
+ . Added tests
+
+2006-04-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.c:
+ MFP51: Fix #33694 invalid sql or timeouts makes it impossible to reuse
+ persistent connections
+
+ * (PHP_5_1)
+ ext/mssql/php_mssql.c:
+ Fix #33694 invalid sql or timeouts makes it impossible to reuse
persistent
+ connections
+
+2006-04-04 Seiji Masugata <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbstring.c:
+ fixed commnet typo, and duplicate logic.
+
+2006-04-04 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/standard/php_type.h:
+ - No need to have this one twice here... (Thanks Steph)
+
2006-04-03 Antony Dovgal <[EMAIL PROTECTED]>
* ext/gmp/tests/gmp_nextprime.phpt: