summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Nasledov <mnasledov@tagged.com>2015-09-28 12:59:16 -0700
committerMisha Nasledov <mnasledov@tagged.com>2015-09-28 12:59:16 -0700
commit84452dba8e608550f3208d48c9932bbdff47f322 (patch)
treed52a987e9a79c4367e10b1fe12f4f9d65d7d1771
parent59de2c037c4c946fc43478edc154d89dda95873d (diff)
downloadphp-git-84452dba8e608550f3208d48c9932bbdff47f322.tar.gz
Update NEWS file with LDAP fixes
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 845d4a19fc..e943668a43 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
encoding). (cmb)
+- ldap
+ . Fixed bug #70465 (Bug in ldap_search() modifies LDAP_OPT_TIMELIMIT/DEREF's values). (Tyson Andre)
+ . Fixed bug #69574 (ldap timeouts not enforced). (Côme Bernigaud)
+
- Mysqlnd:
. Fixed bug #70384 (mysqli_real_query():Unknown type 245 sent by the server).
(Andrey)