File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PHP NEWS
31
31
- FPM:
32
32
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
33
33
34
- ?? ??? 2015, PHP 5.5.22
34
+ 19 Feb 2015, PHP 5.5.22
35
35
36
36
- Core:
37
37
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
@@ -40,15 +40,22 @@ PHP NEWS
40
40
not validated in memory.c). (nayana at ddproperty dot com)
41
41
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
42
42
(Danack at basereality dot com)
43
+ . Fixed bug #68942 (Use after free vulnerability in unserialize() with
44
+ DateTimeZone). (CVE-2015-0273) (Stas)
43
45
. Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname
44
46
buffer overflow). (Stas)
47
+ . Added NULL byte protection to exec, system and passthru. (Yasuo)
45
48
46
49
- Date:
47
50
. Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). (Derick)
48
51
49
52
- Dba:
50
53
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
51
54
55
+ - Enchant:
56
+ . Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()).
57
+ (Antony)
58
+
52
59
- Fileinfo:
53
60
. Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
54
61
You can’t perform that action at this time.
0 commit comments