diff options
author | Anatol Belski <ab@php.net> | 2017-05-07 13:05:47 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-05-07 13:05:47 +0200 |
commit | 5dafb523fd20c2d8ce10eabec4f1881a6af8fbe9 (patch) | |
tree | 156ad62634182a653200c18d8575f929d51e3b34 | |
parent | 6658b437aee5f7ff8d4c8452856487d6077d3072 (diff) | |
download | php-git-5dafb523fd20c2d8ce10eabec4f1881a6af8fbe9.tar.gz |
[ci skip] update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |