Commit:    ac863124aafc405b1ecc2ab2623c0fa9bc7a6a4b
Author:    Lior Kaplan <[email protected]>         Wed, 22 Apr 2015 18:18:09 
+0300
Parents:   cf6a7f3a7f8ff12e1786482ae8612a38eb9c3b15
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=ac863124aafc405b1ecc2ab2623c0fa9bc7a6a4b

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

Reply via email to