diff options
author | Julien Pauli <jpauli@php.net> | 2013-12-11 00:31:06 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2013-12-11 00:31:06 +0100 |
commit | 6daaf1103b9ea36ecf04c5cffee9e8287fdf39c7 (patch) | |
tree | 4d9434b91e73b0670614b67a8dd3fd53454a4d3e /NEWS | |
parent | 073d24bb50eeab6b592d044c71e530afac0a474a (diff) | |
download | php-git-PHP-5.5.7.tar.gz |
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -28 Nov 2013, PHP 5.5.7RC1 +12 Dec 2013, PHP 5.5.7 - CLI server: . Added some MIME types to the CLI web server (Chris Jones) @@ -17,6 +17,10 @@ PHP NEWS . Fixed bug #65559 (Opcache: cache not cleared if changes occur while running). (Dmitry) +- OpenSSL: + . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). + (Stefan Esser). + - readline . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi) |