diff options
author | Côme Chilliet <mcmic@php.net> | 2017-07-11 13:52:42 +0200 |
---|---|---|
committer | Côme Chilliet <mcmic@php.net> | 2017-07-11 13:53:46 +0200 |
commit | 4219ca966ed052393e6209e14a5e39c1669e28a4 (patch) | |
tree | aef0c0344047c8559ab5e855dea4a18ae79c7d8e | |
parent | 249f75e7e423ce858827c1d13231e1f762a9b267 (diff) | |
download | php-git-4219ca966ed052393e6209e14a5e39c1669e28a4.tar.gz |
Filled in NEWS file with ext/ldap last modifications
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |