summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f83692886..66217b0acc 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,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)