]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 5 Apr 2006 05:31:46 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Wed, 5 Apr 2006 05:31:46 +0000 (05:31 +0000)
ChangeLog

index 233db0cd54a658b296c790c6f0c42032dd837e68..4ce0d32ae87b7534d275531ddcbe5efc3b0fd634 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2006-04-04  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (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  <frank@kromann.info>
+
+    * 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  <s.masugata@digicom.dnp.co.jp>
+
+    * ext/mbstring/mbstring.c:
+      fixed commnet typo, and duplicate logic.
+
+2006-04-04  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/standard/php_type.h:
+      - No need to have this one twice here... (Thanks Steph)
+
 2006-04-03  Antony Dovgal  <antony@zend.com>
 
     * ext/gmp/tests/gmp_nextprime.phpt: