From: Stanislav Malyshev Date: Wed, 27 Mar 2013 20:57:53 +0000 (-0700) Subject: fix NEWS X-Git-Tag: php-5.4.14RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d;p=php fix NEWS --- 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)