]> granicus.if.org Git - php/commitdiff
add NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 10 Jun 2015 04:35:18 +0000 (21:35 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 10 Jun 2015 04:35:18 +0000 (21:35 -0700)
NEWS

diff --git a/NEWS b/NEWS
index d64f05154a99d3be51ce3759f8af26d02f2681f1..da342689c99769a8ada5a0f7b520e896f0697c0e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015 PHP 5.4.42
+?? ??? 2015 PHP 5.4.43
+
+11 Jun 2015 PHP 5.4.42
 
 - Core:
   . Imroved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in
@@ -12,6 +14,10 @@ PHP                                                                        NEWS
 - Litespeed SAPI:
   . Fixed bug #68812 (Unchecked return value). (George Wang)
 
+- Mail:
+  . Fixed bug #68776 (mail() does not have mail header injection prevention for
+    additional headers). (Yasuo)
+
 - Postgres:
   . Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)