diff options
author | Anatol Belski <ab@php.net> | 2017-04-27 11:35:00 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-04-27 11:35:00 +0200 |
commit | e67096dbbb196bd91dd65d82e91bee2814569214 (patch) | |
tree | 89328d51df694d937a0aa7064148ea0e10d079be /NEWS | |
parent | 09ef61e3ca33d8f91b188cd0ad2512987671962b (diff) | |
download | php-git-e67096dbbb196bd91dd65d82e91bee2814569214.tar.gz |
[ci skip] update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |