mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix bug #79014 (PHP-FPM & Primary script unknown)
This commit is contained in:
1
NEWS
1
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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user