History log of /PHP-8.1/sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9b184663 15-Jun-2023 Jakub Zelenka

FPM: Add "pcntl" when running another test depending on pcntl


Revision tags: php-8.1.7RC1
# 0df28869 27-Apr-2022 Jakub Zelenka

Add skip for FPM resource heavy tests


# d8612fb6 16-Apr-2022 Jakub Zelenka

Fix bug #77023: FPM cannot shutdown processes

This change introduces subsequent kill of the process when idle process quit
(SIGQUIT) does not succeed. It can happen in some situations an

Fix bug #77023: FPM cannot shutdown processes

This change introduces subsequent kill of the process when idle process quit
(SIGQUIT) does not succeed. It can happen in some situations and means that FPM
is not able to scale down in dynamic pm. Using SIGKILL fixes the issue.

show more ...