]> granicus.if.org Git - php/commitdiff
update NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 2 Mar 2016 06:41:10 +0000 (22:41 -0800)
committerStanislav Malyshev <stas@php.net>
Wed, 2 Mar 2016 06:41:10 +0000 (22:41 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 0d936b7ae07ee84c23e632edc01f3f46a4740ba3..37ffc6aa24d4bff777d33840671a28895dc448bb 100644 (file)
--- 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)