summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-08-11 21:01:56 +0800
committerXinchen Hui <laruence@php.net>2015-08-11 21:01:56 +0800
commit79cd9a18b505e8d77d16abe6ef146d4b4ff02ed9 (patch)
treea2fa0ae52a66924ea5a5fba409f645441be7edc4 /NEWS
parent42ef2b500be2d9d3d8ebf77f8c701c39c150aa39 (diff)
downloadphp-git-79cd9a18b505e8d77d16abe6ef146d4b4ff02ed9.tar.gz
Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on CLI enabled).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f339fc5cd..2a16be2ce7 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP NEWS
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
(wusuopu, cmb)
+- Opcache:
+ . Fixed bug #70237 (Empty while and do-while segmentation fault with opcode
+ on CLI enabled). (Dmitry, Laruence)
+
- Standard:
. Fixed bug #70052 (getimagesize() fails for very large and very small WBMP).
(cmb)