Skip to content

Commit 27726e7

Browse files
committed
Place 5.4.17 acording to release date
1 parent 77a52ce commit 27726e7

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

ChangeLog-5.php

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -4746,6 +4746,65 @@ function gzopen by gzopen64).</li>
47464746
</ul>
47474747
<!-- }}} --></section>
47484748

4749+
<section class="version" id="5.4.17"><!-- {{{ 5.4.17 -->
4750+
<h3>Version 5.4.17</h3>
4751+
<?php release_date('04-Jul-2013'); ?>
4752+
<ul><li>Core:
4753+
<ul>
4754+
<li><?php bugfix(64988); ?> (Class loading order affects E_STRICT warning).</li>
4755+
<li><?php bugfix(64966); ?> (segfault in zend_do_fcall_common_helper_SPEC).</li>
4756+
<li><?php bugfix(64960); ?> (Segfault in gc_zval_possible_root).</li>
4757+
<li><?php bugfix(64936); ?> (doc comments picked up from previous scanner run).</li>
4758+
<li><?php bugfix(64934); ?> (Apache2 TS crash with get_browser()).</li>
4759+
<li><?php bugfix(64166); ?> (quoted-printable-encode stream filter incorrectly discarding whitespace).</li>
4760+
</ul></li>
4761+
<li>DateTime:
4762+
<ul>
4763+
<li><?php bugfix(53437); ?> (Crash when using unserialized DatePeriod instance).</li>
4764+
</ul></li>
4765+
<li>FPM:
4766+
<ul>
4767+
<li><?php bugfix(64915); ?> (error_log ignored when daemonize=0).</li>
4768+
<li><?php implemented(64764); ?> (add support for FPM init.d script).</li>
4769+
</ul></li>
4770+
<li>PDO:
4771+
<ul>
4772+
<li><?php bugfix(63176); ?> (Segmentation fault when instantiate 2 persistent PDO to the same db server).</li>
4773+
</ul></li>
4774+
<li>PDO_DBlib:
4775+
<ul>
4776+
<li><?php bugfix(63638); ?> (Cannot connect to SQL Server 2008 with PDO dblib).</li>
4777+
<li><?php bugfix(64338); ?> (pdo_dblib can't connect to Azure SQL).</li>
4778+
<li><?php bugfix(64808); ?> (FreeTDS PDO getColumnMeta on a prepared but not executed statement crashes).</li>
4779+
</ul></li>
4780+
<li>PDO_firebird:
4781+
<ul>
4782+
<li><?php bugfix(64037); ?> (Firebird return wrong value for numeric field).</li>
4783+
<li><?php bugfix(62024); ?> (Cannot insert second row with null using parametrized query).</li>
4784+
</ul></li>
4785+
<li>PDO_mysql:
4786+
<ul>
4787+
<li><?php bugfix(48724); ?> (getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR).</li>
4788+
</ul></li>
4789+
<li>PDO_pgsql:
4790+
<ul>
4791+
<li><?php bugfix(64949); ?> (Buffer overflow in _pdo_pgsql_error).</li>
4792+
</ul></li>
4793+
<li>pgsql:
4794+
<ul>
4795+
<li><?php bugfix(64609); ?> (pg_convert enum type support).</li>
4796+
</ul></li>
4797+
<li>Readline:
4798+
<ul>
4799+
<li>Implement FR <?php bugl(55694); ?> (Expose additional readline variable to prevent default filename completion).</li>
4800+
</ul></li>
4801+
<li>SPL:
4802+
<ul>
4803+
<li><?php bugfix(64997); ?> (Segfault while using RecursiveIteratorIterator on 64-bits systems).</li>
4804+
</ul></li>
4805+
</ul>
4806+
<!-- }}} --></section>
4807+
47494808
<section class="version" id="5.5.0"><!-- {{{ 5.5.0 -->
47504809
<h3>Version 5.5.0</h3>
47514810
<?php release_date('20-Jun-2013'); ?>
@@ -5255,65 +5314,6 @@ function gzopen by gzopen64).</li>
52555314

52565315
<!-- }}} --></section>
52575316

5258-
<section class="version" id="5.4.17"><!-- {{{ 5.4.17 -->
5259-
<h3>Version 5.4.17</h3>
5260-
<?php release_date('04-Jul-2013'); ?>
5261-
<ul><li>Core:
5262-
<ul>
5263-
<li><?php bugfix(64988); ?> (Class loading order affects E_STRICT warning).</li>
5264-
<li><?php bugfix(64966); ?> (segfault in zend_do_fcall_common_helper_SPEC).</li>
5265-
<li><?php bugfix(64960); ?> (Segfault in gc_zval_possible_root).</li>
5266-
<li><?php bugfix(64936); ?> (doc comments picked up from previous scanner run).</li>
5267-
<li><?php bugfix(64934); ?> (Apache2 TS crash with get_browser()).</li>
5268-
<li><?php bugfix(64166); ?> (quoted-printable-encode stream filter incorrectly discarding whitespace).</li>
5269-
</ul></li>
5270-
<li>DateTime:
5271-
<ul>
5272-
<li><?php bugfix(53437); ?> (Crash when using unserialized DatePeriod instance).</li>
5273-
</ul></li>
5274-
<li>FPM:
5275-
<ul>
5276-
<li><?php bugfix(64915); ?> (error_log ignored when daemonize=0).</li>
5277-
<li><?php implemented(64764); ?> (add support for FPM init.d script).</li>
5278-
</ul></li>
5279-
<li>PDO:
5280-
<ul>
5281-
<li><?php bugfix(63176); ?> (Segmentation fault when instantiate 2 persistent PDO to the same db server).</li>
5282-
</ul></li>
5283-
<li>PDO_DBlib:
5284-
<ul>
5285-
<li><?php bugfix(63638); ?> (Cannot connect to SQL Server 2008 with PDO dblib).</li>
5286-
<li><?php bugfix(64338); ?> (pdo_dblib can't connect to Azure SQL).</li>
5287-
<li><?php bugfix(64808); ?> (FreeTDS PDO getColumnMeta on a prepared but not executed statement crashes).</li>
5288-
</ul></li>
5289-
<li>PDO_firebird:
5290-
<ul>
5291-
<li><?php bugfix(64037); ?> (Firebird return wrong value for numeric field).</li>
5292-
<li><?php bugfix(62024); ?> (Cannot insert second row with null using parametrized query).</li>
5293-
</ul></li>
5294-
<li>PDO_mysql:
5295-
<ul>
5296-
<li><?php bugfix(48724); ?> (getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR).</li>
5297-
</ul></li>
5298-
<li>PDO_pgsql:
5299-
<ul>
5300-
<li><?php bugfix(64949); ?> (Buffer overflow in _pdo_pgsql_error).</li>
5301-
</ul></li>
5302-
<li>pgsql:
5303-
<ul>
5304-
<li><?php bugfix(64609); ?> (pg_convert enum type support).</li>
5305-
</ul></li>
5306-
<li>Readline:
5307-
<ul>
5308-
<li>Implement FR <?php bugl(55694); ?> (Expose additional readline variable to prevent default filename completion).</li>
5309-
</ul></li>
5310-
<li>SPL:
5311-
<ul>
5312-
<li><?php bugfix(64997); ?> (Segfault while using RecursiveIteratorIterator on 64-bits systems).</li>
5313-
</ul></li>
5314-
</ul>
5315-
<!-- }}} --></section>
5316-
53175317
<section class="version" id="5.4.16"><!-- {{{ 5.4.16 -->
53185318
<h3>Version 5.4.16</h3>
53195319
<?php release_date('06-Jun-2013'); ?>

0 commit comments

Comments
 (0)