ChangeLog update

This commit is contained in:
2006-04-05 05:31:46 +00:00
parent 1df7d39695
commit d81161af49

View File

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