From: Côme Chilliet Date: Tue, 11 Jul 2017 14:23:21 +0000 (+0200) Subject: Updated NEWS file with LDAP changes X-Git-Tag: php-7.2.0beta1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bcd93201f1679646011040093752a48992c0c6b;p=php Updated NEWS file with LDAP changes Also fixed wording: bug -> feature request for EXOP --- 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: