Update NEWS
authorXinchen Hui <laruence@php.net>
Tue, 13 Jan 2015 15:39:33 +0000 (23:39 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 13 Jan 2015 15:39:33 +0000 (23:39 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 9258e8b173da1303b900e299ccbd2c0cf9e9e08f..721a1ccf2069e92e8a9fd7ea51a14c5b5cc2fa09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -65,7 +65,8 @@
   . Fixed possible read after end of buffer and use after free. (Dmitry)
 
 - 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)