summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-03-27 14:27:44 +0200
committerAnatol Belski <ab@php.net>2018-03-27 14:27:44 +0200
commit631ed7288c3162a126b1616719603e5bb2bcf4b2 (patch)
tree382d6ae9b2459b89d57d4d2b6ae9a4fd61860394
parentad148c5ac2d3720d127f0e95f1b1be3a28991c71 (diff)
downloadphp-git-631ed7288c3162a126b1616719603e5bb2bcf4b2.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)