mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix bug #79014 (PHP-FPM & Primary script unknown)
This commit is contained in:
parent
0bc6a66a7a
commit
578a8113eb
2 changed files with 1 additions and 4 deletions
1
NEWS
1
NEWS
|
@ -25,6 +25,7 @@ PHP NEWS
|
||||||
- FPM:
|
- FPM:
|
||||||
. Fixed bug #77653 (operator displayed instead of the real error message).
|
. Fixed bug #77653 (operator displayed instead of the real error message).
|
||||||
(Jakub Zelenka)
|
(Jakub Zelenka)
|
||||||
|
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
|
||||||
|
|
||||||
- PCRE:
|
- PCRE:
|
||||||
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
|
. 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.
|
# access this service's directories.
|
||||||
PrivateTmp=true
|
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.
|
# Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
|
||||||
ProtectSystem=full
|
ProtectSystem=full
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue