]> granicus.if.org Git - php/commitdiff
NEWS
authorAndi Gutmans <andi@php.net>
Fri, 23 Apr 2004 21:51:39 +0000 (21:51 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 23 Apr 2004 21:51:39 +0000 (21:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e70fc8a87d9e04c2fd4d6ca83980d514168ee2f7..9076c99492480097905482f186f66daf211fafac 100644 (file)
--- 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)