Skip to content

Commit 5a90272

Browse files
committed
Order 5.4.23 and 5.5.6 acording to release date
1 parent 3412e90 commit 5a90272

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

ChangeLog-5.php

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4081,6 +4081,38 @@ function gzopen by gzopen64).</li>
40814081
</ul>
40824082
<!-- }}} --></section>
40834083

4084+
<section class="version" id="5.4.23"><!-- {{{ 5.4.23 -->
4085+
<h3>Version 5.4.23</h3>
4086+
<?php release_date('12-Dec-2013'); ?>
4087+
<ul><li>Core:
4088+
<ul>
4089+
<li><?php bugfix(66094); ?> (unregister_tick_function tries to cast a Closure to a string).</li>
4090+
<li><?php bugfix(65947); ?> (basename is no more working after fgetcsv in certain situation).</li>
4091+
</ul></li>
4092+
<li>JSON:
4093+
<ul>
4094+
<li>Fixed whitespace part of <?php bugl(64874); ?> ("json_decode handles whitespace and case-sensitivity incorrectly").</li>
4095+
</ul></li>
4096+
<li>MySQLi:
4097+
<ul>
4098+
<li><?php bugfix(66043); ?> (Segfault calling bind_param() on mysqli).</li>
4099+
</ul></li>
4100+
<li>mysqlnd:
4101+
<ul>
4102+
<li><?php bugfix(66124); ?> (mysqli under mysqlnd loses precision when bind_param with 'i').</li>
4103+
<li><?php bugfix(66141); ?> (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query).</li>
4104+
</ul></li>
4105+
<li>OpenSSL:
4106+
<ul>
4107+
<li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser).</li>
4108+
</ul></li>
4109+
<li>PDO:
4110+
<ul>
4111+
<li><?php bugfix(65946); ?> (sql_parser permanently converts values bound to strings).</li>
4112+
</ul></li>
4113+
</ul>
4114+
<!-- }}} --></section>
4115+
40844116
<section class="version" id="5.5.6"><!-- {{{ 5.5.6 -->
40854117
<h3>Version 5.5.6</h3>
40864118
<?php release_date('14-Nov-2013'); ?>
@@ -4126,38 +4158,6 @@ function gzopen by gzopen64).</li>
41264158
</ul>
41274159
<!-- }}} --></section>
41284160

4129-
<section class="version" id="5.4.23"><!-- {{{ 5.4.23 -->
4130-
<h3>Version 5.4.23</h3>
4131-
<?php release_date('12-Dec-2013'); ?>
4132-
<ul><li>Core:
4133-
<ul>
4134-
<li><?php bugfix(66094); ?> (unregister_tick_function tries to cast a Closure to a string).</li>
4135-
<li><?php bugfix(65947); ?> (basename is no more working after fgetcsv in certain situation).</li>
4136-
</ul></li>
4137-
<li>JSON:
4138-
<ul>
4139-
<li>Fixed whitespace part of <?php bugl(64874); ?> ("json_decode handles whitespace and case-sensitivity incorrectly").</li>
4140-
</ul></li>
4141-
<li>MySQLi:
4142-
<ul>
4143-
<li><?php bugfix(66043); ?> (Segfault calling bind_param() on mysqli).</li>
4144-
</ul></li>
4145-
<li>mysqlnd:
4146-
<ul>
4147-
<li><?php bugfix(66124); ?> (mysqli under mysqlnd loses precision when bind_param with 'i').</li>
4148-
<li><?php bugfix(66141); ?> (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query).</li>
4149-
</ul></li>
4150-
<li>OpenSSL:
4151-
<ul>
4152-
<li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser).</li>
4153-
</ul></li>
4154-
<li>PDO:
4155-
<ul>
4156-
<li><?php bugfix(65946); ?> (sql_parser permanently converts values bound to strings).</li>
4157-
</ul></li>
4158-
</ul>
4159-
<!-- }}} --></section>
4160-
41614161
<section class="version" id="5.4.22"><!-- {{{ 5.4.22 -->
41624162
<h3>Version 5.4.22</h3>
41634163
<?php release_date('14-Nov-2013'); ?>

0 commit comments

Comments
 (0)