@@ -13,20 +13,22 @@ PHP NEWS
13
13
. Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup).
14
14
(Matt Haught, Remi)
15
15
16
- - PCRE:
17
- . Upgraded bundled PCRE library to 8.38.
18
-
19
16
- Standard:
20
17
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
21
18
22
19
04 Feb 2016, PHP 5.6.18
23
20
24
21
- 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)
26
24
. Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
25
+ . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
27
26
. Added support for new HTTP 451 code. (Julien)
28
27
. 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)
30
32
31
33
- Apache2handler:
32
34
. Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
@@ -40,6 +42,15 @@ PHP NEWS
40
42
. Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32
41
43
on the same server). (Anatol)
42
44
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
+
43
54
- Session:
44
55
. Fixed bug #69111 (Crash in SessionHandler::read()). (Anatol)
45
56
@@ -50,6 +61,9 @@ PHP NEWS
50
61
. Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).
51
62
(Laruence)
52
63
64
+ - WDDX:
65
+ . Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
66
+
53
67
07 Jan 2016, PHP 5.6.17
54
68
55
69
- Core:
0 commit comments