Commit: 959cea5775b6182e6165220852e96ff131a16fd8 Author: Lior Kaplan <[email protected]> Sat, 28 Feb 2015 00:46:15 +0200 Parents: f6eaf5f23bed7ef2bc86846c99c418c2845c95c4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=959cea5775b6182e6165220852e96ff131a16fd8 Log: Bug #55618 was fixed in 5.5.21 using eaf107c0 Bugs: https://bugs.php.net/55618 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index caf4892..7e3d30c 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -126,10 +126,6 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between threads).</li> </ul></li> -<li>OpenSSL: -<ul> - <li><?php bugfix(55618); ?> (use case-insensitive cert name matching).</li> -</ul></li> <li>PDO_mysql: <ul> <li><?php bugfix(68750); ?> (PDOMysql with mysqlnd does not allow the usage of named pipes).</li> @@ -358,6 +354,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(67111); ?> (Memory leak when using "continue 2" inside two foreach loops).</li> </ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(55618); ?> (use case-insensitive cert name matching).</li> +</ul></li> <li>Pcntl: <ul> <li><?php bugfix(60509); ?> (pcntl_signal doesn't decrease ref-count of old handler -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
