summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-27 11:52:44 +0200
committerAnatol Belski <ab@php.net>2017-04-27 11:52:44 +0200
commitbdabd22defe1ed7a30b80e60a6ca68a438115747 (patch)
tree90c643c7f4c3ddefe2ed18548eb5f33b367c8fa7
parent09e819736aa13c1b90e0833618aa62731cfbc949 (diff)
downloadphp-git-bdabd22defe1ed7a30b80e60a6ca68a438115747.tar.gz
[ci skip] sync NEWSphp-7.0.19RC1
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0589900c10..d80171be91 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,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).
@@ -32,6 +33,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