Removed SIGKILL

This commit is contained in:
Joop Schilder 2019-01-16 17:42:02 +01:00
parent 411dc2aefc
commit 6a664dde4c
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class Asynchronous
/*
* The signal handler
*/
foreach ([SIGINT, SIGKILL, SIGTERM] as $signal)
foreach ([SIGINT, SIGTERM] as $signal)
pcntl_signal($signal, function ($signal) use (&$instance) {
if ($instance->isChild)
return;