diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-02-27 01:26:23 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-02-27 01:27:53 +0100 |
commit | 1d51c43287b29c3d9a83679d2e11f9767c8e419c (patch) | |
tree | 06a24ea0c16ae3e7e7155f1b152e44d7fd1cd0de | |
parent | 1b8679401c00de45226bbc25060a70dddb60cb04 (diff) | |
download | php-git-1d51c43287b29c3d9a83679d2e11f9767c8e419c.tar.gz |
add missing NEWS entry
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |