summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-01-01 07:06:58 -0800
committerXinchen Hui <laruence@gmail.com>2016-01-01 07:06:58 -0800
commit87958927b0cef17ba06a8739c7febca8e920c6de (patch)
tree6cb30de09ac83e6d5f9c33fcfb3591b252198560 /NEWS
parent05defb4f56f30e254eb84b932566c226ec0c1f32 (diff)
downloadphp-git-87958927b0cef17ba06a8739c7febca8e920c6de.tar.gz
Fixed bug #71249 (ldap_mod_replace/ldap_mod_add store value as string "Array")
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 372f47cdc3..d1a82fe2ab 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP NEWS
- CURL:
. Fixed bug #71225 (curl_setopt() fails to set CURLOPT_POSTFIELDS with
reference to CURLFile). (Laruence)
+
+- LDAP:
+ . Fixed bug #71249 (ldap_mod_replace/ldap_mod_add store value as string
+ "Array"). (Laruence)
- SPL:
. Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).