From: Andi Gutmans Date: Fri, 23 Apr 2004 21:51:39 +0000 (+0000) Subject: NEWS X-Git-Tag: php-5.0.0RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa2e90243608e0a3292f444c41f840980b71e2f7;p=php NEWS --- diff --git a/NEWS b/NEWS index e70fc8a87d..9076c99492 100644 --- a/NEWS +++ b/NEWS @@ -22,8 +22,10 @@ PHP NEWS - Fixed bug #28007 (compile mssql extension with old versions of FreeTDS fails). (Frank) - Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus) -- Fixed bug #27928 (sqlite incorrectly handles invalid filenames). (Ilia) - Fixed bug #27974 (COM doesn't pass array parameters). (Wez) +- Fixed bug #27928 (sqlite incorrectly handles invalid filenames). (Ilia) +- Fixed bug $27923 (in some cases using foreach() to iterate over values + led to a false error message about the key being a reference). (Adam) - Fixed bug #27865 (STDIN, STDOUT, STDERR are dup()d under CLI). (Wez) - Fixed bug #27821 (xml_parse() segfaults when xml_set_object() is called from class method). (Andi, Rob)