Skip to content

Commit de991c8

Browse files
committed
update NEWS
1 parent d351bf3 commit de991c8

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

NEWS

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
5 Feb 2015, PHP 5.6.6RC1
3+
19 Feb 2015, PHP 5.6.6
44

55
- Core:
6+
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
7+
(Stas)
68
. Fixed bug #67068 (getClosure returns somethings that's not a closure).
79
(Danack at basereality dot com)
10+
. Fixed bug #68942 (Use after free vulnerability in unserialize() with
11+
DateTimeZone). (CVE-2015-0273) (Stas)
812
. Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname
913
buffer overflow). (Stas)
1014
. Fixed Bug #67988 (htmlspecialchars() does not respect default_charset
1115
specified by ini_set) (Yasuo)
16+
. Added NULL byte protection to exec, system and passthru. (Yasuo)
1217

1318
- Dba:
1419
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
1520

16-
- JSON:
17-
. Fixed bug #50224 (json_encode() does not always encode a float as a float)
18-
by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
21+
- Enchant:
22+
. Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()).
23+
(Antony)
1924

2025
- Fileinfo:
2126
. Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
@@ -29,17 +34,27 @@
2934
. Fixed bug #68571 (core dump when webserver close the socket).
3035
(redfoxli069 at gmail dot com, Laruence)
3136

37+
- JSON:
38+
. Fixed bug #50224 (json_encode() does not always encode a float as a float)
39+
by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
40+
3241
- LIBXML:
3342
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared
3443
between threads). (Martin Jansen)
3544

45+
- Mysqli:
46+
. Fixed bug #68114 (linker error on some OS X machines with fixed
47+
width decimal support) (Keyur Govande)
48+
. Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
49+
has rounding errors) (Keyur Govande)
50+
3651
- Opcache:
3752
. Fixed bug with try blocks being removed when extended_info opcode
3853
generation is turned on. (Laruence)
3954

4055
- PDO_mysql:
4156
. Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
42-
named pipes). (steffenb198@aol.com)
57+
named pipes). (steffenb198 at aol dot com)
4358

4459
- Phar:
4560
. Fixed bug #68901 (use after free). (bugreports at internot dot info)
@@ -59,12 +74,8 @@
5974
- Standard:
6075
. Fixed bug #65272 (flock() out parameter not set correctly in windows).
6176
(Daniel Lowrey)
62-
63-
- Mysqli:
64-
. Fixed bug #68114 (linker error on some OS X machines with fixed
65-
width decimal support) (Keyur Govande)
66-
. Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
67-
has rounding errors) (Keyur Govande)
77+
. Fixed bug #69033 (Request may get env. variables from previous requests
78+
if PHP works as FastCGI). (Anatol)
6879

6980
- Streams:
7081
. Fixed bug which caused call after final close on streams filter. (Bob)
@@ -86,7 +97,7 @@
8697
. Fixed bug #68583 (Crash in timeout thread). (Anatol)
8798
. Fixed bug #65576 (Constructor from trait conflicts with inherited
8899
constructor). (dunglas at gmail dot com)
89-
. Fixed bug #68676 (Explicit Double Free). (Kalle)
100+
. Fixed bug #68676 (Explicit Double Free). (CVE-2014-9425) (Kalle)
90101
. Fixed bug #68710 (Use After Free Vulnerability in PHP's unserialize()).
91102
(CVE-2015-0231) (Stefan Esser)
92103

@@ -297,6 +308,9 @@
297308
(Matteo, Alain Laporte)
298309
. Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
299310

311+
- OpenSSL:
312+
. Revert regression introduced by fix of bug #41631
313+
300314
- Reflection:
301315
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
302316

@@ -563,7 +577,7 @@
563577
. Fixed bug #67606 (revised fix 67541, broke mod_fastcgi BC). (David Zuelke)
564578
. Fixed bug #67530 (error_log=syslog ignored). (Remi)
565579
. Fixed bug #67635 (php links to systemd libraries without using pkg-config).
566-
(pacho@gentoo.org, Remi)
580+
(pacho at gentoo dot org, Remi)
567581
. Fixed bug #67531 (syslog cannot be set in pool configuration). (Remi)
568582
. Fixed bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
569583
incompatibilities). (David Zuelke)
@@ -965,7 +979,7 @@
965979

966980
- FPM:
967981
. Fixed bug #67635 (php links to systemd libraries without using pkg-config).
968-
(pacho@gentoo.org, Remi)
982+
(pacho at gentoo dot org, Remi)
969983

970984
- GD:
971985
. Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference).

0 commit comments

Comments
 (0)