]> granicus.if.org Git - php/commitdiff
update news
authorStanislav Malyshev <stas@php.net>
Tue, 7 Jul 2015 04:19:42 +0000 (21:19 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 7 Jul 2015 16:38:31 +0000 (09:38 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 6e006a4801955feb2deb75f2b24fbff33da2d8cd..c34813e63359f06ecccf669cc97f377ba2a8e002 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,21 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015 PHP 5.4.43
+09 Jul 2015 PHP 5.4.43
 
 - Core:
   . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
   . Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
     from fix to bug #68776. (Yasuo)
 
+- Mysqlnd:
+  . Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152).
+    (Andrey)
+
+- Phar:
+  . Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas)
+  . Fixed bug #69923 (Buffer overflow and stack smashing error in 
+    phar_fix_filepath). (Stas)
+
 11 Jun 2015 PHP 5.4.42
 
 - Core: