summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-05-07 13:04:21 +0200
committerAnatol Belski <ab@php.net>2017-05-07 13:04:21 +0200
commit5c957b502e92ab32f44e449dd6ceed573cc65bf5 (patch)
treee573531b5d25e16d7e4f90e45bf40d181e00c9fd
parent561f1afe6ec3e1c551dba657a77ad948065c5e95 (diff)
downloadphp-git-5c957b502e92ab32f44e449dd6ceed573cc65bf5.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df84b1cb32..eddf0bcdf2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- intl:
. Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)
+- MySQLi:
+ . Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database
+ argument w/strict_types). (Anatol)
+
- phar:
. Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT
and DELETE method). (Christian Weiske)