summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-03-27 13:57:53 -0700
committerStanislav Malyshev <stas@php.net>2013-03-27 13:57:53 -0700
commit210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d (patch)
tree4f18a64f5be1b330a07410dbf1254cf129fd097d
parent85e5e60777209c13c71785da31af86a5e0a98d92 (diff)
downloadphp-git-210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d.tar.gz
fix NEWS
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c085d8f566..a55911dc8e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP NEWS
?? ??? 2013, PHP 5.4.14
- Core
. Fixed bug #64529 (Ran out of opcode space). (Dmitry)
- . Fixed bug #64515 (Memoryleak when using the same variablename 2times in
+ . Fixed bug #64515 (Memoryleak when using the same variablename two times in
function declaration). (Laruence)
. Fixed bug #64432 (more empty delimiter warning in strX methods). (Laruence)
. Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
@@ -67,7 +67,8 @@ PHP NEWS
- SOAP
. Added check that soap.wsdl_cache_dir conforms to open_basedir
(CVE-2013-1635). (Dmitry)
- . Disabled external entities loading (CVE-2013-1643). (Dmitry)
+ . Disabled external entities loading (CVE-2013-1643, CVE-2013-1824).
+ (Dmitry)
- Phar:
. Fixed timestamp update on Phar contents modification. (Dmitry)