]> granicus.if.org Git - php/commitdiff
Update NEWS file with LDAP fixes
authorMisha Nasledov <mnasledov@tagged.com>
Mon, 28 Sep 2015 19:59:16 +0000 (12:59 -0700)
committerMisha Nasledov <mnasledov@tagged.com>
Mon, 28 Sep 2015 19:59:16 +0000 (12:59 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 845d4a19fc7b72c1a754690cea9ae628f9f1b6d3..e943668a43b0c23248c41ae580fbc1f624b2ed98 100644 (file)
--- 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)