From: Ferenc Kovacs Date: Thu, 27 Feb 2014 00:26:23 +0000 (+0100) Subject: add missing NEWS entry X-Git-Tag: php-5.6.0alpha3~1^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d51c43287b29c3d9a83679d2e11f9767c8e419c;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index debb7cc305..a516196a07 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,10 @@ PHP NEWS . Upgraded to libmagic-5.17 (Anatol) . 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) + - GD: . Fixed imagettftext to load the correct character map rather than the last one. (Scott)