From: Derick Rethans Date: Fri, 11 Aug 2006 13:04:14 +0000 (+0000) Subject: - Fixed a memory corruption error with an invalid foreach() call. X-Git-Tag: php-4.4.4RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4baade098ff1ec8bd32c7336f845aac57a5eb335;p=php - Fixed a memory corruption error with an invalid foreach() call. --- diff --git a/NEWS b/NEWS index 9945cc3d3c..e68da52b8e 100644 --- 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