Commit:    210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d
Author:    Stanislav Malyshev <s...@php.net>         Wed, 27 Mar 2013 13:57:53 
-0700
Parents:   85e5e60777209c13c71785da31af86a5e0a98d92
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d

Log:
fix NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index c085d8f..a55911d 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to