summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-23 00:07:08 -0700
committerStanislav Malyshev <stas@php.net>2014-06-23 00:07:08 -0700
commitf3dd77714de06b927677bec61aa4d13ef1035786 (patch)
tree2f9eab250f213f8946d0197c0fe21401e626549f
parent88223c5245e9b470e1e6362bfd96829562ffe6ab (diff)
downloadphp-git-f3dd77714de06b927677bec61aa4d13ef1035786.tar.gz
update CVE
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 24ce950695..dadcbe706a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-12 Jun 2014, PHP 5.4.30 RC1
+12 Jun 2014, PHP 5.4.30
- Core:
. Fixed BC break introduced by patch for bug #67072. (Anatol)
. Fixed bug #66622 (Closures do not correctly capture the late bound class
(static::) in some cases). (Levi Morrison)
. Fixed bug #67390 (insecure temporary file use in the configure script).
- (Remi) (CVE-2014-3981)
+ (CVE-2014-3981) (Remi)
. Fixed bug #67399 (putenv with empty variable may lead to crash). (Stas)
- CLI server:
@@ -54,7 +54,7 @@ PHP NEWS
. Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence)
. Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam)
. Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
- Confusion). (Stefan Esser)
+ Confusion) (CVE-2014-3515). (Stefan Esser)
29 May 2014, PHP 5.4.29