Commit: 146e8d5c796cee3523df0937bc37d026f5242287 Author: Lior Kaplan <[email protected]> Thu, 28 Apr 2016 04:11:59 +0300 Parents: a667eddebe8b2499543d6c9874d38bf9b0df5fc9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=146e8d5c796cee3523df0937bc37d026f5242287 Log: Add CVE for #64938 (PHP 5.5.22 and 5.6.6) Bugs: https://bugs.php.net/64938 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 8328ffe..6cdb7a3 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -1590,7 +1590,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>LIBXML: <ul> - <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between threads).</li> + <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between threads). (CVE-2015-8866)</li> </ul></li> <li>Mysqli: <ul> @@ -1669,7 +1669,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Libxml: <ul> - <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between threads).</li> + <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between threads). (CVE-2015-8866)</li> </ul></li> <li>PDO_mysql: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
