diff options
author | Julien Pauli <jpauli@php.net> | 2014-12-10 11:23:40 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-12-10 11:23:40 +0100 |
commit | e6f9059a8662c2e078371c7982d4711d8e51f83c (patch) | |
tree | 91d18d28fe491f067e7b237038582144dfca9069 | |
parent | 9a1fc445bf11a200508f501b0250fc4f180078fb (diff) | |
download | php-git-e6f9059a8662c2e078371c7982d4711d8e51f83c.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |