File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ PHP NEWS
25
25
- FPM:
26
26
. Fixed bug #77653 (operator displayed instead of the real error message).
27
27
(Jakub Zelenka)
28
+ . Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
28
29
29
30
- PCRE:
30
31
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ ExecReload=/bin/kill -USR2 $MAINPID
17
17
# access this service's directories.
18
18
PrivateTmp=true
19
19
20
- # The directories /home, /root and /run/user are made inaccessible and empty for processes
21
- # invoked by this unit.
22
- ProtectHome=true
23
-
24
20
# Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
25
21
ProtectSystem=full
26
22
You can’t perform that action at this time.
0 commit comments