diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-05-16 13:23:12 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-05-16 13:23:12 +0800 |
commit | 7f051ac5830b9e2aeabfa1cc83dd5bcf632ee67a (patch) | |
tree | 7119134546d01aca7e663ba3dc2c5f4fbf09e1c2 | |
parent | e04b91e6e24ad9646e9fe4c4503b18bb4435fe3a (diff) | |
download | php-git-7f051ac5830b9e2aeabfa1cc83dd5bcf632ee67a.tar.gz |
Update NEWs
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ PHP NEWS . Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database argument w/strict_types). (Anatol) +- Opcache: + . Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence) + - phar: . Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT and DELETE method). (Christian Weiske) |