summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2006-08-11 13:04:14 +0000
committerDerick Rethans <derick@php.net>2006-08-11 13:04:14 +0000
commit4baade098ff1ec8bd32c7336f845aac57a5eb335 (patch)
tree7f5a58d6ddccce5a6827f5dc9d5f1fb94996d270
parent85865584fd7548bcad342cc6ea9139bb0fbb2273 (diff)
downloadphp-git-4baade098ff1ec8bd32c7336f845aac57a5eb335.tar.gz
- Fixed a memory corruption error with an invalid foreach() call.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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