]> granicus.if.org Git - php/commitdiff
[skip ci] Update NEWS
authorAnatol Belski <ab@php.net>
Tue, 27 Mar 2018 12:29:03 +0000 (14:29 +0200)
committerAnatol Belski <ab@php.net>
Tue, 27 Mar 2018 12:29:03 +0000 (14:29 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 5d65fd0833576ea1f5d18d30ff91eead580a7cfe..02b4518c70b7c08ae156b78b2771c0bd0e826e21 100644 (file)
--- 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)