Answer the question
In order to leave comments, you need to log in
Why does the process hang (not terminate) after the completion of the php script?
Good day!
There is a code:
<?php
echo 'Процесс данного скрипта не удаляется сразу после завершения выполнения скрипта<br>';
echo 'функция exit также не помогает :(';
exit;
posix_kill(getmypid(), SIGTERM);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question