]> granicus.if.org Git - php/commitdiff
add news entry
authorAntony Dovgal <tony2001@php.net>
Tue, 25 Feb 2014 08:14:50 +0000 (12:14 +0400)
committerAntony Dovgal <tony2001@php.net>
Tue, 25 Feb 2014 08:14:50 +0000 (12:14 +0400)
NEWS

diff --git a/NEWS b/NEWS
index 66a1d4fc1200f6f2a4e7ad1529c787cf21d69365..215d074168e53497e36c4a9991f357edb43babd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP                                                                        NEWS
 - Fileinfo:
   . Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
 
+- FPM:
+  . Added clear_env configuration directive to disable clearenv() call.
+  (Github PR# 598, Paul Annesley)
+
 - LDAP:
   . Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
   (Ondřej Hošek)