]> granicus.if.org Git - php/commitdiff
- Fixed a memory corruption error with an invalid foreach() call.
authorDerick Rethans <derick@php.net>
Fri, 11 Aug 2006 13:04:14 +0000 (13:04 +0000)
committerDerick Rethans <derick@php.net>
Fri, 11 Aug 2006 13:04:14 +0000 (13:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9945cc3d3c3b6c8ce6679eb9314d7b3901aba064..e68da52b8e786be987ea73aadf2f11ed2199fd54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP 4                                                                      NEWS
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
   enabled. (Stefan E.)
+- Fixed a memory corruption error with an invalid foreach() call. (Stefan E.,
+  Dmitry, Derick)
 - Fixed bug #38377 (session_destroy() gives warning after
   session_regenerate_id()). (Ilia)
 - Fixed bug #38322 (reading past array in sscanf() leads to arbitary code