From: Anatol Belski Date: Tue, 27 Mar 2018 12:27:44 +0000 (+0200) Subject: [ci skip] Update NEWS X-Git-Tag: php-7.1.17RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=631ed7288c3162a126b1616719603e5bb2bcf4b2;p=php [ci skip] Update NEWS --- diff --git a/NEWS b/NEWS index d9febf7349..5e030effee 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,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) + - GD: . Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)