summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2020-02-23 19:14:05 +0000
committerJakub Zelenka <bukka@php.net>2020-02-23 19:14:05 +0000
commit578a8113ebade39e68489c974cd6c16b2aecbf2e (patch)
tree544305ac73ddc9c96f8901761ec57e03cc8579dd
parent0bc6a66a7a0624e63edcd2499f91b227cdb77f47 (diff)
downloadphp-git-578a8113ebade39e68489c974cd6c16b2aecbf2e.tar.gz
Fix bug #79014 (PHP-FPM & Primary script unknown)
-rw-r--r--NEWS1
-rw-r--r--sapi/fpm/php-fpm.service.in4
2 files changed, 1 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7a1fdd32b9..e86daf5f7a 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ PHP NEWS
- FPM:
. Fixed bug #77653 (operator displayed instead of the real error message).
(Jakub Zelenka)
+ . Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
- PCRE:
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
diff --git a/sapi/fpm/php-fpm.service.in b/sapi/fpm/php-fpm.service.in
index eab81300b7..50a87dc555 100644
--- a/sapi/fpm/php-fpm.service.in
+++ b/sapi/fpm/php-fpm.service.in
@@ -17,10 +17,6 @@ ExecReload=/bin/kill -USR2 $MAINPID
# access this service's directories.
PrivateTmp=true
-# The directories /home, /root and /run/user are made inaccessible and empty for processes
-# invoked by this unit.
-ProtectHome=true
-
# Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
ProtectSystem=full