From: Date: Wed, 5 Apr 2006 05:31:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d81161af49893ab578f768fc3ad694e033bd8174;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 233db0cd54..4ce0d32ae8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2006-04-04 Marcus Boerger + + * (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 + + * 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 + + * ext/mbstring/mbstring.c: + fixed commnet typo, and duplicate logic. + +2006-04-04 Derick Rethans + + * ext/standard/php_type.h: + - No need to have this one twice here... (Thanks Steph) + 2006-04-03 Antony Dovgal * ext/gmp/tests/gmp_nextprime.phpt: