]> granicus.if.org Git - php/commitdiff
Fix bug #79014 (PHP-FPM & Primary script unknown)
authorJakub Zelenka <bukka@php.net>
Sun, 23 Feb 2020 19:14:05 +0000 (19:14 +0000)
committerJakub Zelenka <bukka@php.net>
Sun, 23 Feb 2020 19:14:05 +0000 (19:14 +0000)
NEWS
sapi/fpm/php-fpm.service.in

diff --git a/NEWS b/NEWS
index 7a1fdd32b90e592074bd2de47c787c30b98affe8..e86daf5f7a4d83b20db92ed575b96443e595f985 100644 (file)
--- 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
index eab81300b7e621cd8c18fa45c3f293b06b7d8170..50a87dc555f41272ddee791ba0e04acdb9bcface 100644 (file)
@@ -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