com php-src: Update NEWs: NEWS
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 7f051ac5830b9e2aeabfa1cc83dd5bcf632ee67a Author: Xinchen Hui <[email protected]> Tue, 16 May 2017 13:23:12 +0800 Parents: e04b91e6e24ad9646e9fe4c4503b18bb4435fe3a Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7f051ac5830b9e2aeabfa1cc83dd5bcf632ee67a Log: Update NEWs Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index c60c5eb..fcc0f40 100644 --- a/NEWS +++ b/NEWS @@ -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)