Commit: 5622975bb856f70ea5f4f13f987f6190e0beb9b7 Author: Christoph M. Becker <[email protected]> Thu, 18 Jun 2020 15:32:51 +0200 Parents: 7971068c37a43fdd24f37542682729ab8bc6e7dd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5622975bb856f70ea5f4f13f987f6190e0beb9b7 Log: Add forgotten NEWS entry Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index d53a2e78a..10873557e 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -30,6 +30,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(79615); ?> (Wrong GIF header written in GD GIFEncode).</li> </ul></li> +<li>MySQLnd: +<ul> + <li><?php bugfix(79596); ?> (MySQL FLOAT truncates to int some locales).</li> +</ul></li> <li>Opcache: <ul> <li><?php bugfix(79588); ?> (Boolean opcache settings ignore on/off values).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
