diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-13 23:38:57 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-13 23:38:57 +0800 |
commit | 0645f106e9b4d6dd12071e5df8891010bf399462 (patch) | |
tree | cdd57d29ccdbcdc1dba3c1c73dbbe8b6a8bf0003 | |
parent | edb66e05dbe10a7506fcdd1c7ecce4bd105c9c92 (diff) | |
download | php-git-0645f106e9b4d6dd12071e5df8891010bf399462.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |