summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <mcmic@php.net>2017-07-11 13:52:42 +0200
committerCôme Chilliet <mcmic@php.net>2017-07-11 13:53:46 +0200
commit4219ca966ed052393e6209e14a5e39c1669e28a4 (patch)
treeaef0c0344047c8559ab5e855dea4a18ae79c7d8e
parent249f75e7e423ce858827c1d13231e1f762a9b267 (diff)
downloadphp-git-4219ca966ed052393e6209e14a5e39c1669e28a4.tar.gz
Filled in NEWS file with ext/ldap last modifications
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)