We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3b550 commit e7ed1f6Copy full SHA for e7ed1f6
NEWS
@@ -1,6 +1,6 @@
1
PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
-11 Dec 2014, PHP 5.5.20
+17 Dec 2014, PHP 5.5.20
4
5
- Core:
6
. Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks).
@@ -9,6 +9,8 @@ PHP NEWS
9
triggered). (Julien)
10
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
11
. Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
12
+ . Fixed bug #68594 (Use after free vulnerability in unserialize()).
13
+ (CVE-2014-8142) (Stefan Esser)
14
15
- Date:
16
. Fixed day_of_week function as it could sometimes return negative values
0 commit comments