]> granicus.if.org Git - php/commitdiff
Fixed bug #37046 (foreach breaks static scope)
authorDmitry Stogov <dmitry@php.net>
Thu, 13 Apr 2006 06:16:42 +0000 (06:16 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 13 Apr 2006 06:16:42 +0000 (06:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 50bf13ab89da6d5a44f9d1cc7b7c89205bf6232d..486f2b974c9a5ae19942da3b0c6b07a4ab7ca164 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP 4                                                                      NEWS
 - Updated PCRE to version 6.6. (Andrei)
 - Added overflow checks to wordwrap() function. (Ilia)
 - Added a check for special characters in the session name. (Ilia)
+- Fixed bug #37046 (foreach breaks static scope). (Dmitry)
 - Fixed bug #36857 (Added support for partial content fetching to the HTTP
   streams wrapper). (Ilia)
 - Fixed bug #36776 (node_list_wrapper_dtor segfault). (Rob)