From: Xinchen Hui Date: Tue, 13 Jan 2015 15:38:57 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.6.6RC1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0645f106e9b4d6dd12071e5df8891010bf399462;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 58511b5318..cd0444683e 100644 --- a/NEWS +++ b/NEWS @@ -62,7 +62,8 @@ (Ashesh Vashi) - Opcache: - . Fixed bug (try block removed while combined with xdebug). (Laruence) + . Fixed bug with try blocks being removed when extended_info opcode + generation is turned on. (Laruence) . Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8 + Opcache). (Laruence) . Fixed bug #67111 (Memory leak when using "continue 2" inside two foreach