summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-03-01 22:41:10 -0800
committerStanislav Malyshev <stas@php.net>2016-03-01 22:41:10 -0800
commita0bbac550e3a6e098ccc5d2ecc9ef7fbbfa0b207 (patch)
tree314954728b265708b071df29de680aacef4b0f26
parent91990bbde0d69d0e286e8598eecf3ab76a53ff94 (diff)
downloadphp-git-a0bbac550e3a6e098ccc5d2ecc9ef7fbbfa0b207.tar.gz
update NEWS
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d936b7ae0..37ffc6aa24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-18 Feb 2016, PHP 5.6.19RC1
+03 Mar 2016, PHP 5.6.19
- CLI server:
. Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
@@ -30,9 +30,15 @@ PHP NEWS
- PDO MySQL:
. Fixed bug #71569 (#70389 fix causes segmentation fault). (Nikita)
+- Phar:
+ . Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). (Stas)
+
- Standard:
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
+- WDDX:
+ . Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize). (Stas)
+
- XSL:
. Fixed bug #71540 (NULL pointer dereference in xsl_ext_function_php()).
(Stas)