Skip to content

Commit db1be36

Browse files
committed
Merge branch 'master' into custom
2 parents 80c1951 + e5ff0d1 commit db1be36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Deployment/CliRunner.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ private function setupPhp(): void
228228
pcntl_signal(SIGINT, SIG_DFL);
229229
throw new \Exception('Terminated');
230230
});
231+
pcntl_async_signals(true);
232+
231233
} elseif (function_exists('sapi_windows_set_ctrl_handler')) {
232234
sapi_windows_set_ctrl_handler(function () {
233235
throw new \Exception('Terminated');

0 commit comments

Comments
 (0)