summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-01-09 11:53:47 +0800
committerXinchen Hui <laruence@php.net>2015-01-09 11:53:47 +0800
commit0547edb5c239a8cbfb7a1d16d85ee365480527dd (patch)
tree4dc33766e500634edc8d4919285732c0c0c21d57 /NEWS
parent16b6f6c7f49a6a0e64ce2b20893eb794886c1376 (diff)
downloadphp-git-0547edb5c239a8cbfb7a1d16d85ee365480527dd.tar.gz
Fixed bug (try block removed while combined with xdebug)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e61cdf363..cb5f86ae96 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,7 @@
(Ashesh Vashi)
- Opcache:
+ . Fixed bug (try block removed while combined with xdebug). (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