summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2013-12-12 17:15:43 +0100
committerJulien Pauli <jpauli@php.net>2013-12-12 17:16:13 +0100
commit3248b3c4d8a30458d3e61b3598c3aaedb7b03d5b (patch)
tree2e8b0b738773d200b293f939c18ee98c8396ea60
parent8ee6fe9856cad30d01d6c8e3b5574dfc502bbfc6 (diff)
downloadphp-git-3248b3c4d8a30458d3e61b3598c3aaedb7b03d5b.tar.gz
Update NEWS for 5.5.7 release
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12132d16b4..861a948d92 100644
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,7 @@ PHP NEWS
. Fixed bug #49634 (Segfault throwing an exception in a XSL registered
function). (Mike)
-?? ??? 2013, PHP 5.5.7
+12 Dec 2013, PHP 5.5.7
- CLI server:
. Added some MIME types to the CLI web server (Chris Jones)
@@ -62,6 +62,10 @@ PHP NEWS
- readline
. Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)
+- Openssl:
+ . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
+ (Stefan Esser).
+
14 Nov 2013, PHP 5.5.6
- Core: