summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2014-02-25 12:15:35 +0400
committerAntony Dovgal <tony2001@php.net>2014-02-25 12:15:35 +0400
commite1b1ef0d793dabcf4ca7ab4e62fae18f0b73b013 (patch)
treeabda828c1e1f84f465353f3b01e9ce31556ee480
parent6e15afd1be04cb893bf0106244d3f70859db0cb4 (diff)
downloadphp-git-e1b1ef0d793dabcf4ca7ab4e62fae18f0b73b013.tar.gz
add news entry
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0347a3564..13b4a94387 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP NEWS
- Fileinfo:
. Bug #66731 (file: infinite recursion) (CVE-2014-1943). (Remi)
+- FPM:
+ . Added clear_env configuration directive to disable clearenv() call.
+ (Github PR# 598, Paul Annesley)
+
- JSON:
. Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
(chobieeee@php.net)