@@ -4081,6 +4081,38 @@ function gzopen by gzopen64).</li>
4081
4081
</ul>
4082
4082
<!-- }}} --></section>
4083
4083
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
+
4084
4116
<section class="version" id="5.5.6"><!-- {{{ 5.5.6 -->
4085
4117
<h3>Version 5.5.6</h3>
4086
4118
<?php release_date('14-Nov-2013'); ?>
@@ -4126,38 +4158,6 @@ function gzopen by gzopen64).</li>
4126
4158
</ul>
4127
4159
<!-- }}} --></section>
4128
4160
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
-
4161
4161
<section class="version" id="5.4.22"><!-- {{{ 5.4.22 -->
4162
4162
<h3>Version 5.4.22</h3>
4163
4163
<?php release_date('14-Nov-2013'); ?>
0 commit comments