summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-12-10 11:23:40 +0100
committerJulien Pauli <jpauli@php.net>2014-12-10 11:23:40 +0100
commite6f9059a8662c2e078371c7982d4711d8e51f83c (patch)
tree91d18d28fe491f067e7b237038582144dfca9069
parent9a1fc445bf11a200508f501b0250fc4f180078fb (diff)
downloadphp-git-e6f9059a8662c2e078371c7982d4711d8e51f83c.tar.gz
Updated NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ec341b699..11af0a89a0 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ PHP NEWS
- Date:
. Implemented FR #68268 (DatePeriod: Getter for start date, end date and
interval). (Marc Bennewitz)
+ . Fixed day_of_week function as it could sometimes return negative values
+ internally. (Derick)
- Fileinfo:
. Fixed bug #68398 (msooxml matches too many archives). (Anatol)
@@ -31,6 +33,9 @@ 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)