Fix bug #79014 (PHP-FPM & Primary script unknown)

This commit is contained in:
Jakub Zelenka 2020-02-23 19:14:05 +00:00
parent 0bc6a66a7a
commit 578a8113eb
2 changed files with 1 additions and 4 deletions

1
NEWS
View file

@ -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

View 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