Commit: 2960ba88d99559e1fea833e4ecaa7ee6b59c02ff Author: Lior Kaplan <[email protected]> Wed, 22 Apr 2015 19:28:10 +0300 Parents: b9bb84e1def87f15c772f4be8789e2c410eb2cb7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2960ba88d99559e1fea833e4ecaa7ee6b59c02ff Log: Make sure both #69152 and #69293 are mentioned in 5.4.40, 5.5.24 & 5.6.8 Bugs: https://bugs.php.net/69152 https://bugs.php.net/69293 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 91a7515..516a4a1 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -87,6 +87,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> + <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).</li> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> <li>SPL: @@ -183,6 +184,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>SOAP: <ul> + <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).</li> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> <li>SPL: @@ -240,6 +242,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <li>SOAP: <ul> <li><?php bugfix(69152); ?> (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).</li> + <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> <li>Sqlite3: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
