Commit: 5963e88c5765ca0d52f26f08a16ca4a94d575deb Author: Lior Kaplan <[email protected]> Sun, 7 Feb 2016 20:59:05 +0200 Parents: a9f00cc1a907b22068414900a222f2d31e02c996 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5963e88c5765ca0d52f26f08a16ca4a94d575deb Log: Add entry for #70976 (PHP 5.6.18, 7.0.3) Bugs: https://bugs.php.net/70976 Changed paths: M ChangeLog-5.php M ChangeLog-7.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index e3ef165..3e672fe 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -28,6 +28,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li>Implemented FR <?php bugl(55651); ?> (Option to ignore the returned FTP PASV address).</li> </ul></li> +<li>GD: +<ul> + <li>Improved fix for bug <?php bugl(70976) ?>.</li> +</ul></li> <li>Opcache: <ul> <li><?php bugfix(71127); ?> (Define in auto_prepend_file is overwrite).</li> diff --git a/ChangeLog-7.php b/ChangeLog-7.php index e870f89..e15439d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -36,6 +36,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(71227); ?> (Can't compile php_curl statically).</li> <li><?php bugfix(71225); ?> (curl_setopt() fails to set CURLOPT_POSTFIELDS with reference to CURLFile).</li> </ul></li> +<li>GD: +<ul> + <li>Improved fix for bug <?php bugl(70976) ?>.</li> +</ul></li> <li>Interbase: <ul> <li><?php bugfix(71305); ?> (Crash when optional resource is omitted).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
