From: Anatol Belski Date: Tue, 27 Mar 2018 12:29:03 +0000 (+0200) Subject: [skip ci] Update NEWS X-Git-Tag: php-7.2.5RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b20e86491a36292cf3a49cf37e07c7f4a629477;p=php [skip ci] Update NEWS --- diff --git a/NEWS b/NEWS index 5d65fd0833..02b4518c70 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,10 @@ PHP NEWS . Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD). (Anatol) +- FPM: + . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache + access controls). (Jakub Zelenka) + - FTP: . Fixed ftp_pasv arginfo. (carusogabriel)