summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-01-13 23:38:57 +0800
committerXinchen Hui <laruence@php.net>2015-01-13 23:38:57 +0800
commit0645f106e9b4d6dd12071e5df8891010bf399462 (patch)
treecdd57d29ccdbcdc1dba3c1c73dbbe8b6a8bf0003
parentedb66e05dbe10a7506fcdd1c7ecce4bd105c9c92 (diff)
downloadphp-git-0645f106e9b4d6dd12071e5df8891010bf399462.tar.gz
Update NEWS
-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