]> granicus.if.org Git - php/commitdiff
BFN
authorAntony Dovgal <tony2001@php.net>
Fri, 11 May 2007 09:39:49 +0000 (09:39 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 11 May 2007 09:39:49 +0000 (09:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index af49fd1c4da20fab45b03b97964ab0479ee3fc37..75f4eda817e4cecfe2fc76a61d397739f2becb3b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ PHP                                                                        NEWS
 - Fixed altering $this via argument named "this". (Dmitry)
 - Fixed PHP CLI to use the php.ini from the binary location. (Hannes)
 - Fixed segfault in strripos(). (Tony, Joxean Koret)
+- Fixed bug #41351 (Invalid opcode with foreach ($a[] as $b)). (Dmitry, Tony)
 - Fixed bug #41347 (checkdnsrr() segfaults on empty hostname). (Scott)
 - Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings). (Dmitry)
 - Fixed bug #41326 (Writing empty tags with Xmlwriter::WriteElement[ns])