summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-05-13 14:29:02 +0200
committerJulien Pauli <jpauli@php.net>2015-05-13 14:29:02 +0200
commitdcd230de1169b3bbdd8e72cb9f1ac8c38525742f (patch)
tree531a90e3e616d2f185fdff09ed81d87c275ec90c
parentf7952b90cad735e2a588c305d425c24550b3775d (diff)
downloadphp-git-dcd230de1169b3bbdd8e72cb9f1ac8c38525742f.tar.gz
Updated NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d56e7cf6f..09ddfc7500 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ PHP NEWS
- Iconv:
. Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)
+- MCrypt:
+ . Added file descriptor caching to mcrypt_create_iv() (Leigh)
+
- Opcache
. Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
(Laruence, Dmitry)