diff options
| author | Jakub Zelenka <bukka@php.net> | 2020-02-23 19:14:05 +0000 |
|---|---|---|
| committer | Jakub Zelenka <bukka@php.net> | 2020-02-23 19:14:05 +0000 |
| commit | 578a8113ebade39e68489c974cd6c16b2aecbf2e (patch) | |
| tree | 544305ac73ddc9c96f8901761ec57e03cc8579dd | |
| parent | 0bc6a66a7a0624e63edcd2499f91b227cdb77f47 (diff) | |
| download | php-git-578a8113ebade39e68489c974cd6c16b2aecbf2e.tar.gz | |
Fix bug #79014 (PHP-FPM & Primary script unknown)
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | sapi/fpm/php-fpm.service.in | 4 |
2 files changed, 1 insertions, 4 deletions
@@ -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 |
