From: Xinchen Hui Date: Tue, 25 Jun 2013 05:39:31 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.5.2RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efd3c72de3e736758b5a94194228ea1415049789;p=php Update NEWS --- diff --git a/NEWS b/NEWS index a777e8d7f3..ee3d858e69 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ PHP NEWS . Fixed bug #65108 (is_callable() triggers Fatal Error). (David Soria Parra, Laruence) -OPcache +- OPcache . OPcache must be compatible with LiteSpeed SAPI (Dmitry) - CLI server: @@ -30,6 +30,10 @@ OPcache . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option). (Damjan Cvetko) +- SPL: + . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator + /Spl(Temp)FileObject ctor twice). (Laruence) + 20 Jun 2013, PHP 5.5.0 - Core: