summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-07-24 22:55:39 -0700
committerStanislav Malyshev <stas@php.net>2014-07-24 22:55:39 -0700
commitd0a244f1f3705adb4c51707802f84a95ceadc137 (patch)
treedc6e2479a8242e2f2e8288a4c1b35756e1621277
parent51c38a09970c1f8395e68500c0b2ed1b3c9a6786 (diff)
downloadphp-git-d0a244f1f3705adb4c51707802f84a95ceadc137.tar.gz
update NEWS
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 89d41ab384..47ab0bd683 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,12 @@ PHP NEWS
. Fixed bug #67496 (Save command history when exiting interactive shell
with control-c). (Dmitry Saprykin, Johannes)
-?? ??? 2014, PHP 5.4.31
+- SPL:
+ . Fixed bug #67539 (ArrayIterator use-after-free due to object change during
+ sorting). (research at insighti dot org, Laruence)
+ . Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)
+
+24 Jul 2014, PHP 5.4.31
- Core:
. Fixed bug #67428 (header('Location: foo') will override a 308-399 response