Commit: 7054b19417f4ea12d8fbf17dc36bfc99616919ce Author: kovacs.ferenc <[email protected]> Fri, 2 Oct 2015 22:01:30 +0200 Parents: baa33a3f6c6fd0bdcbed1cad9ca55fcf9c4ff670 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7054b19417f4ea12d8fbf17dc36bfc99616919ce Log: add the missing ldap entries Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 7bb6c9e..28844b5 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -24,6 +24,11 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(70001); ?> (Assigning to DOMNode::textContent does additional entity encoding).</li> </ul></li> +<li>ldap: +<ul> + <li><?php bugfix(70465); ?> (Bug in ldap_search() modifies LDAP_OPT_TIMELIMIT/DEREF's values). (Tyson Andre).</li> + <li><?php bugfix(69574); ?> (ldap timeouts not enforced). (Côme Bernigaud).</li> +</ul></li> <li>Mysqlnd: <ul> <li><?php bugfix(70456); ?> (mysqlnd doesn't activate TCP keep-alive when connecting to a server).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
