]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Thu, 27 Apr 2017 09:43:13 +0000 (11:43 +0200)
committerAnatol Belski <ab@php.net>
Thu, 27 Apr 2017 09:43:13 +0000 (11:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 7b6588d2e6947d1e3a1f61e3e6d53ea5b5616fba..17face6801d40cedae30b274f108d55cbaa4ad85 100644 (file)
--- 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)