summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-02-01 18:47:28 -0800
committerStanislav Malyshev <stas@php.net>2016-02-01 18:47:28 -0800
commit20c38facfd4494cbb480f3ddc17c26ca32ac511a (patch)
treecee1a76aa62eed1b9ad8993b8cc1f38b2dd81788
parent309ead112f64249594cccfa4b0303706d4097a0f (diff)
downloadphp-git-20c38facfd4494cbb480f3ddc17c26ca32ac511a.tar.gz
Update NEWS
-rw-r--r--NEWS20
1 files changed, 17 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5fdf9a92fb..2a7dd920a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-21 Jan 2016, PHP 5.6.18RC1
+21 Jan 2016, PHP 5.6.18
- Core:
- . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
+ . Fixed bug #71039 (exec functions ignore length but look for NULL termination).
+ (Anatol)
. Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
+ . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
. Added support for new HTTP 451 code. (Julien)
. Fixed bug #71273 (A wrong ext directory setup in php.ini leads to crash).
- (Anatol);
+ (Anatol)
+ . Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
+ input). (Leo Gaspard)
+ . Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
- Apache2handler:
. Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
@@ -21,6 +26,12 @@ PHP NEWS
. Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32
on the same server). (Anatol)
+- Phar:
+ . Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
+ . Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
+ (Stas)
+ . Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
+
- Session:
. Improved fix for bug #68063 (Empty session IDs do still start sessions). (Yasuo)
. Fixed bug #69111 (Crash in SessionHandler::read()). (Yasuo)
@@ -41,6 +52,9 @@ PHP NEWS
- Standard:
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
+- WDDX:
+ . Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
+
07 Jan 2016, PHP 5.6.17
- Core: