Commit: 887ee4acdc859582742a8a7f8a7e8b52de1e3534 Author: Lior Kaplan <[email protected]> Tue, 13 Dec 2016 13:55:58 +0200 Parents: 899c45ad05106c366cc9a1ac33dad940c88289ff Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=887ee4acdc859582742a8a7f8a7e8b52de1e3534 Log: Add bug links to #61183 and #71494 Bugs: https://bugs.php.net/61183 https://bugs.php.net/71494 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index c82e5de..ad91db7 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -51,7 +51,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>PDO_Firebird: <ul> - <li><?php bugfix(73087); ?>, #61183, #71494 (Memory corruption in bindParam).</li> + <li><?php bugfix(73087); ?>, <?php bugl(61183) ?>, <?php bugl(71494) ?> (Memory corruption in bindParam).</li> </ul></li> <li>Phar: <ul> @@ -468,7 +468,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>PDO_Firebird: <ul> - <li><?php bugfix(73087); ?>, #61183, #71494 (Memory corruption in bindParam).</li> + <li><?php bugfix(73087); ?>, <?php bugl(61183) ?>, <?php bugl(71494) ?> (Memory corruption in bindParam).</li> <li><?php bugfix(60052); ?> (Integer returned as a 64bit integer on X86_64).</li> </ul></li> <li>PDO_pgsql: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
