From 8b20e86491a36292cf3a49cf37e07c7f4a629477 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 27 Mar 2018 14:29:03 +0200 Subject: [PATCH] [skip ci] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 5d65fd08335..02b4518c70b 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)