From: Anatol Belski Date: Thu, 27 Apr 2017 09:43:13 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.1.6RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a07e9e1f80c47b69343936cb4eb7513fa8f53eb;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index 7b6588d2e6..17face6801 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ PHP NEWS (Matt Ficken) . Fixed bug #74337 (php-cgi.exe crash on facebook callback). (Anton Serbulov) + . Patch for bug #74216 was reverted. (Anatol) - Date: . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions). @@ -37,6 +38,10 @@ PHP NEWS . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library). (krakjoe) +- MySQLi: + . Fixed bug #74432 (mysqli_connect adding ":3306" to $host if $port parameter + not given). (Anatol) + - MySQLnd: . Fixed bug #74376 (Invalid free of persistent results on error/connection loss). (Yussuf Khalil)