+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: