Commit: 09c6a570377b4961df448ec4f04324f496047113 Author: Christoph M. Becker <[email protected]> Sat, 14 Dec 2019 19:24:57 +0100 Parents: ce4dfd23d5617c9614f5e3f8d9a8719309941639 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=09c6a570377b4961df448ec4f04324f496047113 Log: Fix entry categorization Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 5425b1682..a0fb030b7 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -3065,12 +3065,12 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>PDO: <ul> + <li><?php bugfix(73234); ?> (Emulated statements let value dictate parameter type).</li> <li>Add "Sent SQL" to debug dump for emulated prepares.</li> <li>Add parameter types for national character set strings.</li> </ul></li> <li>PDO_DBlib: <ul> - <li><?php bugfix(73234); ?> (Emulated statements let value dictate parameter type).</li> <li><?php bugfix(73396); ?> (bigint columns are returned as strings).</li> <li>Expose DB-Library version as \PDO::DBLIB_ATTR_VERSION attribute on \PDO instance.</li> <li>Add test coverage for bug <?php bugl(72969); ?>.</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
