]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Tue, 13 Jan 2015 15:38:57 +0000 (23:38 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 13 Jan 2015 15:38:57 +0000 (23:38 +0800)
NEWS

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