summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
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