From 578a8113ebade39e68489c974cd6c16b2aecbf2e Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 23 Feb 2020 19:14:05 +0000 Subject: [PATCH] Fix bug #79014 (PHP-FPM & Primary script unknown) --- NEWS | 1 + sapi/fpm/php-fpm.service.in | 4 ---- 2 files changed, 1 insertion(+), 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 -- 2.40.0