From: Côme Chilliet Date: Tue, 11 Jul 2017 11:52:42 +0000 (+0200) Subject: Filled in NEWS file with ext/ldap last modifications X-Git-Tag: php-7.2.0beta1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4219ca966ed052393e6209e14a5e39c1669e28a4;p=php Filled in NEWS file with ext/ldap last modifications --- diff --git a/NEWS b/NEWS index a14fd438a7..23483ceda3 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,10 @@ PHP NEWS . Fixed bug #74849 (Process is started as interactive shell in PhpStorm). (Anatol) +- LDAP: + . Fixed bug #69445 (Support for LDAP EXOP operations) + . Fixed support for LDAP_OPT_SERVER_CONTROLS and LDAP_OPT_CLIENT_CONTROLS in ldap_get_option + - OpenSSL: . Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content). (Anatol)