From: Antony Dovgal Date: Tue, 25 Feb 2014 08:14:50 +0000 (+0400) Subject: add news entry X-Git-Tag: php-5.4.27RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d9c556b5d4f0a04a42d1cc4dc0ac6cadd2e198a;p=php add news entry --- diff --git a/NEWS b/NEWS index 66a1d4fc12..215d074168 100644 --- 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)