summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-12-17 02:18:29 +0100
committerFerenc Kovacs <tyrael@php.net>2014-12-17 02:18:29 +0100
commitffae8f154988cc5d0fb04693fd3f7ae796d2f4f8 (patch)
tree2e70623c762a7591a2ca3662a153b1c600910ff0
parent54b3871b11ab7fdc33da083d5adb0d7ecf2819ae (diff)
downloadphp-git-ffae8f154988cc5d0fb04693fd3f7ae796d2f4f8.tar.gz
move this entry to the correct version
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ce88105444..dda1a22c92 100644
--- a/NEWS
+++ b/NEWS
@@ -37,9 +37,6 @@ PHP NEWS
. Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
(Ashesh Vashi)
-- Mcrypt:
- . Fixed possible read after end of buffer and use after free. (Dmitry)
-
- OpenSSL:
. Improved handling of OPENSSL_KEYTYPE_EC keys. (Dominic Luechinger)
@@ -104,6 +101,9 @@ PHP NEWS
(Florian Margaine, Remi)
. Fixed bug #68478 (access.log don't use prefix). (Remi)
+- Mcrypt:
+ . Fixed possible read after end of buffer and use after free. (Dmitry)
+
- GMP:
. Fixed bug #68419 (build error with gmp 4.1). (Remi)