]> granicus.if.org Git - php/commitdiff
Updated NEWS file with LDAP changes
authorCôme Chilliet <mcmic@php.net>
Tue, 11 Jul 2017 14:23:21 +0000 (16:23 +0200)
committerCôme Chilliet <mcmic@php.net>
Tue, 11 Jul 2017 14:23:21 +0000 (16:23 +0200)
Also fixed wording: bug -> feature request for EXOP

NEWS

diff --git a/NEWS b/NEWS
index 23483ceda31e4f389922f2d28ce6aac1e7b3e49f..20a3fb4bb77fde8623eb963ad462dd2b0473e4c7 100644 (file)
--- 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: