Commit: d26c0ed4293ee131f20d4a5234970861adc0d6c1 Author: Lior Kaplan <[email protected]> Wed, 22 Apr 2015 18:18:09 +0300 Parents: c113d8cc02eb24788b2ad93629e87e33366bc39b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d26c0ed4293ee131f20d4a5234970861adc0d6c1 Log: Reorder SOAP/SPL Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 4ef662c..d2c1fe9 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -85,14 +85,14 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(68741); ?> (Null pointer dereference). (CVE-2015-1352)</li> </ul></li> -<li>SPL: -<ul> - <li><?php bugfix(69227); ?> (Use after free in zval_scan caused by spl_object_storage_get_gc).</li> -</ul></li> <li>SOAP: <ul> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> +<li>SPL: +<ul> + <li><?php bugfix(69227); ?> (Use after free in zval_scan caused by spl_object_storage_get_gc).</li> +</ul></li> <li>Sqlite3: <ul> <li><?php bugfix(68760); ?> (SQLITE segfaults if custom collator throws an exception).</li> @@ -181,14 +181,14 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(68741); ?> (Null pointer dereference). (CVE-2015-1352)</li> </ul></li> -<li>SPL: -<ul> - <li><?php bugfix(69227); ?> (Use after free in zval_scan caused by spl_object_storage_get_gc).</li> -</ul></li> <li>SOAP: <ul> <li><?php bugfix(69293); ?> (NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)).</li> </ul></li> +<li>SPL: +<ul> + <li><?php bugfix(69227); ?> (Use after free in zval_scan caused by spl_object_storage_get_gc).</li> +</ul></li> <li>SQLITE: <ul> <li><?php bugfix(68760); ?> (SQLITE segfaults if custom collator throws an exception).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
