diff options
author | Côme Chilliet <mcmic@php.net> | 2017-07-11 16:23:21 +0200 |
---|---|---|
committer | Côme Chilliet <mcmic@php.net> | 2017-07-11 16:23:21 +0200 |
commit | 9bcd93201f1679646011040093752a48992c0c6b (patch) | |
tree | f9873269e6db47eca1459149dd85d64825f2fb92 | |
parent | a148ee8c7c2c7aeb6195d8c9fb60464a967608c9 (diff) | |
download | php-git-9bcd93201f1679646011040093752a48992c0c6b.tar.gz |
Updated NEWS file with LDAP changes
Also fixed wording: bug -> feature request for EXOP
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |