summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-08-11 16:50:53 +0200
committerAnatol Belski <ab@php.net>2015-08-11 16:50:53 +0200
commit8708fe78355bc5a446496a70b5b6154b30d559a3 (patch)
tree505527c18e3a16ba9e0c695c8cd6ca28855564c8
parent80bc2133cd453c9a5981023d27e37bfd845172a1 (diff)
downloadphp-git-8708fe78355bc5a446496a70b5b6154b30d559a3.tar.gz
updated NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a16be2ce7..5ae736b005 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP NEWS
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
(wusuopu, cmb)
+- MCrypt:
+ . Fixed bug #69833 mcrypt fd caching not working
+
- Opcache:
. Fixed bug #70237 (Empty while and do-while segmentation fault with opcode
on CLI enabled). (Dmitry, Laruence)