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

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