summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2014-02-25 12:14:50 +0400
committerAntony Dovgal <tony2001@php.net>2014-02-25 12:14:50 +0400
commit4d9c556b5d4f0a04a42d1cc4dc0ac6cadd2e198a (patch)
tree2a0ee2db92c78b392ea84698928f9b60d579a384
parenteb6941e902e02332019d8cba2ed7a9100fd914b3 (diff)
downloadphp-git-4d9c556b5d4f0a04a42d1cc4dc0ac6cadd2e198a.tar.gz
add news entry
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)