From e67096dbbb196bd91dd65d82e91bee2814569214 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 27 Apr 2017 11:35:00 +0200 Subject: [PATCH 1/2] [ci skip] update NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6ba1fe602be..3ee633eae6b 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,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). @@ -36,6 +37,10 @@ PHP NEWS . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa) . Fixed bug #74439 (wrong reflection for Locale methods). (villfa) +- MySQLi: + . Fixed bug #74432 (mysqli_connect adding ":3306" to $host if $port parameter + not given). (Anatol) + - MySQLnd: . Added support for MySQL 8.0 types. (Johannes) . Fixed bug #74376 (Invalid free of persistent results on error/connection From 9a07e9e1f80c47b69343936cb4eb7513fa8f53eb Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 27 Apr 2017 11:43:13 +0200 Subject: [PATCH 2/2] [ci skip] update NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 7b6588d2e69..17face6801d 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)