Commit:    5a902728a47bedf1ff8ef4a6f4330a27745ad81c
Author:    Lior Kaplan <kaplanl...@gmail.com>         Sat, 14 May 2016 15:17:43 
+0300
Parents:   3412e90cb167212ef72d9342f4e55a2cb53eb76d
Branches:  master

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

Log:
Order 5.4.23 and 5.5.6 acording to release date

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index ed5935c..214e461 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -4081,6 +4081,38 @@ site_header("PHP 5 ChangeLog", array("current" => 
"docs", "css" => array("change
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="5.4.23"><!-- {{{ 5.4.23 -->
+<h3>Version 5.4.23</h3>
+<?php release_date('12-Dec-2013'); ?>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(66094); ?> (unregister_tick_function tries to cast a 
Closure to a string).</li>
+  <li><?php bugfix(65947); ?> (basename is no more working after fgetcsv in 
certain situation).</li>
+</ul></li>
+<li>JSON:
+<ul>
+  <li>Fixed whitespace part of <?php bugl(64874); ?> ("json_decode handles 
whitespace and case-sensitivity incorrectly").</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(66043); ?> (Segfault calling bind_param() on mysqli).</li>
+</ul></li>
+<li>mysqlnd:
+<ul>
+  <li><?php bugfix(66124); ?> (mysqli under mysqlnd loses precision when 
bind_param with 'i').</li>
+  <li><?php bugfix(66141); ?> (mysqlnd quote function is wrong with 
NO_BACKSLASH_ESCAPES after failed query).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan 
Esser).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(65946); ?> (sql_parser permanently converts values bound to 
strings).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.6"><!-- {{{ 5.5.6 -->
 <h3>Version 5.5.6</h3>
 <?php release_date('14-Nov-2013'); ?>
@@ -4126,38 +4158,6 @@ site_header("PHP 5 ChangeLog", array("current" => 
"docs", "css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="5.4.23"><!-- {{{ 5.4.23 -->
-<h3>Version 5.4.23</h3>
-<?php release_date('12-Dec-2013'); ?>
-<ul><li>Core:
-<ul>
-  <li><?php bugfix(66094); ?> (unregister_tick_function tries to cast a 
Closure to a string).</li>
-  <li><?php bugfix(65947); ?> (basename is no more working after fgetcsv in 
certain situation).</li>
-</ul></li>
-<li>JSON:
-<ul>
-  <li>Fixed whitespace part of <?php bugl(64874); ?> ("json_decode handles 
whitespace and case-sensitivity incorrectly").</li>
-</ul></li>
-<li>MySQLi:
-<ul>
-  <li><?php bugfix(66043); ?> (Segfault calling bind_param() on mysqli).</li>
-</ul></li>
-<li>mysqlnd:
-<ul>
-  <li><?php bugfix(66124); ?> (mysqli under mysqlnd loses precision when 
bind_param with 'i').</li>
-  <li><?php bugfix(66141); ?> (mysqlnd quote function is wrong with 
NO_BACKSLASH_ESCAPES after failed query).</li>
-</ul></li>
-<li>OpenSSL:
-<ul>
-  <li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan 
Esser).</li>
-</ul></li>
-<li>PDO:
-<ul>
-  <li><?php bugfix(65946); ?> (sql_parser permanently converts values bound to 
strings).</li>
-</ul></li>
-</ul>
-<!-- }}} --></section>
-
 <section class="version" id="5.4.22"><!-- {{{ 5.4.22 -->
 <h3>Version 5.4.22</h3>
 <?php release_date('14-Nov-2013'); ?>


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

Reply via email to