From: Dmitry Stogov Date: Thu, 13 Apr 2006 06:16:42 +0000 (+0000) Subject: Fixed bug #37046 (foreach breaks static scope) X-Git-Tag: php-4.4.3RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c9578b492c36b25627f09970736525b56b0cad3;p=php Fixed bug #37046 (foreach breaks static scope) --- diff --git a/NEWS b/NEWS index 50bf13ab89..486f2b974c 100644 --- 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)