Commit:    43ebae80cf1500f22d6d9e3aecaa0aa2e0231d70
Author:    Lior Kaplan <[email protected]>         Thu, 1 Sep 2016 17:34:00 
+0300
Parents:   bd63a4d2db45294f217f89fe5c303576eea8fb6b
Branches:  master

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

Log:
Reorder bz2 after core for PHP 5.6.25

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 188c493..455c415 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -10,11 +10,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <section class="version" id="5.6.25"><!-- {{{ 5.6.25 -->
 <h3>Version 5.6.25</h3>
 <b><?php release_date('18-Aug-2016'); ?></b>
-<ul><li>Bz2:
-<ul>
-  <li><?php bugfix(72837); ?> (integer overflow in bzdecompress caused heap 
corruption).</li>
-</ul></li>
-<li>Core:
+<ul><li>Core:
 <ul>
   <li><?php bugfix(70436); ?> (Use After Free Vulnerability in 
unserialize()).</li>
   <li><?php bugfix(72024); ?> (microtime() leaks memory).</li>
@@ -24,6 +20,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(72663); ?> (Create an Unexpected Object and Don't Invoke 
__wakeup() in Deserialization).</li>
   <li><?php bugfix(72681); ?> (PHP Session Data Injection Vulnerability).</li>
 </ul></li>
+<li>Bz2:
+<ul>
+  <li><?php bugfix(72837); ?> (integer overflow in bzdecompress caused heap 
corruption).</li>
+</ul></li>
 <li>Calendar:
 <ul>
   <li><?php bugfix(67976); ?> (cal_days_month() fails for final month of the 
French calendar).</li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to