From a698a3fd6ab3420fb89b82f6b773b37b55585023 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 13 Jan 2015 23:39:33 +0800 Subject: [PATCH] Update NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9258e8b173d..721a1ccf206 100644 --- 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)