Update NEWS file with LDAP fixes

This commit is contained in:
Misha Nasledov 2015-09-28 12:59:16 -07:00
parent 59de2c037c
commit 84452dba8e

4
NEWS
View File

@ -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)