Skip to content

Commit 73c2e91

Browse files
author
Julien Pauli
committed
Updated NEWS
1 parent 97f8c78 commit 73c2e91

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PHP NEWS
3131
- FPM:
3232
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
3333

34-
?? ??? 2015, PHP 5.5.22
34+
19 Feb 2015, PHP 5.5.22
3535

3636
- Core:
3737
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
@@ -40,15 +40,22 @@ PHP NEWS
4040
not validated in memory.c). (nayana at ddproperty dot com)
4141
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
4242
(Danack at basereality dot com)
43+
. Fixed bug #68942 (Use after free vulnerability in unserialize() with
44+
DateTimeZone). (CVE-2015-0273) (Stas)
4345
. Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname
4446
buffer overflow). (Stas)
47+
. Added NULL byte protection to exec, system and passthru. (Yasuo)
4548

4649
- Date:
4750
. Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). (Derick)
4851

4952
- Dba:
5053
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
5154

55+
- Enchant:
56+
. Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()).
57+
(Antony)
58+
5259
- Fileinfo:
5360
. Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
5461

0 commit comments

Comments
 (0)