summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2013-12-11 00:31:06 +0100
committerJulien Pauli <jpauli@php.net>2013-12-11 00:31:06 +0100
commit6daaf1103b9ea36ecf04c5cffee9e8287fdf39c7 (patch)
tree4d9434b91e73b0670614b67a8dd3fd53454a4d3e /NEWS
parent073d24bb50eeab6b592d044c71e530afac0a474a (diff)
downloadphp-git-PHP-5.5.7.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 49848b1c47..0e56203fd9 100644
--- a/NEWS
+++ b/NEWS
@@ -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)