Skip to content

Commit 8c1c12a

Browse files
committed
update NEWS
1 parent feab5e6 commit 8c1c12a

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

NEWS

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ PHP NEWS
1313
. Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup).
1414
(Matt Haught, Remi)
1515

16-
- PCRE:
17-
. Upgraded bundled PCRE library to 8.38.
18-
1916
- Standard:
2017
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
2118

2219
04 Feb 2016, PHP 5.6.18
2320

2421
- Core:
25-
. Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
22+
. Fixed bug #71039 (exec functions ignore length but look for NULL termination).
23+
(Anatol)
2624
. Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
25+
. Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
2726
. Added support for new HTTP 451 code. (Julien)
2827
. Fixed bug #71273 (A wrong ext directory setup in php.ini leads to crash).
29-
(Anatol);
28+
(Anatol)
29+
. Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
30+
input). (Leo Gaspard)
31+
. Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
3032

3133
- Apache2handler:
3234
. Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
@@ -40,6 +42,15 @@ PHP NEWS
4042
. Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32
4143
on the same server). (Anatol)
4244

45+
- PCRE:
46+
. Upgraded bundled PCRE library to 8.38.
47+
48+
- Phar:
49+
. Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
50+
. Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
51+
(Stas)
52+
. Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
53+
4354
- Session:
4455
. Fixed bug #69111 (Crash in SessionHandler::read()). (Anatol)
4556

@@ -50,6 +61,9 @@ PHP NEWS
5061
. Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).
5162
(Laruence)
5263

64+
- WDDX:
65+
. Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
66+
5367
07 Jan 2016, PHP 5.6.17
5468

5569
- Core:

0 commit comments

Comments
 (0)