summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-12-17 10:39:40 +0100
committerJulien Pauli <jpauli@php.net>2014-12-17 10:39:40 +0100
commite7ed1f65c1add150c06b4c720df10546a53d6c9a (patch)
tree3e205af6953dbf1aa88cbafd4fde7eadc39904b9
parent7c3b55049f9866795693a0aa0736f1e7a660ab1a (diff)
downloadphp-git-PHP-5.5.20.tar.gz
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0c4d547af..05f7d33463 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-11 Dec 2014, PHP 5.5.20
+17 Dec 2014, PHP 5.5.20
- Core:
. Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks).
@@ -9,6 +9,8 @@ PHP NEWS
triggered). (Julien)
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
. Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
+ . Fixed bug #68594 (Use after free vulnerability in unserialize()).
+ (CVE-2014-8142) (Stefan Esser)
- Date:
. Fixed day_of_week function as it could sometimes return negative values