diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-09 11:53:47 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-09 11:53:47 +0800 |
commit | 0547edb5c239a8cbfb7a1d16d85ee365480527dd (patch) | |
tree | 4dc33766e500634edc8d4919285732c0c0c21d57 /NEWS | |
parent | 16b6f6c7f49a6a0e64ce2b20893eb794886c1376 (diff) | |
download | php-git-0547edb5c239a8cbfb7a1d16d85ee365480527dd.tar.gz |
Fixed bug (try block removed while combined with xdebug)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |