summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-03-27 14:20:53 +0200
committerJoe Watkins <krakjoe@php.net>2018-03-28 09:09:03 +0200
commitf52597c960e2e3f46fb96bf1d11b7b03ed338f84 (patch)
tree4113612e68d97d688757c6d0d0d33649b672746c /NEWS
parent93def6e3a1e82cbbb4431f6aed262d839ac6004a (diff)
downloadphp-git-PHP-7.1.16.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2php-7.1.16PHP-7.1.16
* PHP-7.1: Do not set PR_SET_DUMPABLE by default Do not set PR_SET_DUMPABLE by default
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)