]> granicus.if.org Git - php/commitdiff
fix NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 27 Mar 2013 20:57:53 +0000 (13:57 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 27 Mar 2013 20:57:53 +0000 (13:57 -0700)
NEWS

diff --git a/NEWS b/NEWS
index c085d8f5664bd0bd5461f006b5d1ceb597cffabb..a55911dc8eb89fb2fe1d9af586c4ec35a20012d3 100644 (file)
--- 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)