Skip to content

Commit 578a811

Browse files
committed
Fix bug #79014 (PHP-FPM & Primary script unknown)
1 parent 0bc6a66 commit 578a811

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ PHP NEWS
2525
- FPM:
2626
. Fixed bug #77653 (operator displayed instead of the real error message).
2727
(Jakub Zelenka)
28+
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
2829

2930
- PCRE:
3031
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback

sapi/fpm/php-fpm.service.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ ExecReload=/bin/kill -USR2 $MAINPID
1717
# access this service's directories.
1818
PrivateTmp=true
1919

20-
# The directories /home, /root and /run/user are made inaccessible and empty for processes
21-
# invoked by this unit.
22-
ProtectHome=true
23-
2420
# Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
2521
ProtectSystem=full
2622

0 commit comments

Comments
 (0)