summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <mcmic@php.net>2017-07-11 16:23:21 +0200
committerCôme Chilliet <mcmic@php.net>2017-07-11 16:23:21 +0200
commit9bcd93201f1679646011040093752a48992c0c6b (patch)
treef9873269e6db47eca1459149dd85d64825f2fb92
parenta148ee8c7c2c7aeb6195d8c9fb60464a967608c9 (diff)
downloadphp-git-9bcd93201f1679646011040093752a48992c0c6b.tar.gz
Updated NEWS file with LDAP changes
Also fixed wording: bug -> feature request for EXOP
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 23483ceda3..20a3fb4bb7 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ PHP NEWS
. Fixed bug #72324 (imap_mailboxmsginfo() return wrong size).
(ronaldpoon at udomain dot com dot hk, Kalle)
+- LDAP:
+ . Fixed passing an empty array to ldap_set_option for client or server controls.
+
- OpenSSL:
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
(Stas)
@@ -77,7 +80,7 @@ PHP NEWS
(Anatol)
- LDAP:
- . Fixed bug #69445 (Support for LDAP EXOP operations)
+ . Implemented FR #69445 (Support for LDAP EXOP operations)
. Fixed support for LDAP_OPT_SERVER_CONTROLS and LDAP_OPT_CLIENT_CONTROLS in ldap_get_option
- OpenSSL: