We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c1951 + e5ff0d1 commit db1be36Copy full SHA for db1be36
1 file changed
src/Deployment/CliRunner.php
@@ -228,6 +228,8 @@ private function setupPhp(): void
228
pcntl_signal(SIGINT, SIG_DFL);
229
throw new \Exception('Terminated');
230
});
231
+ pcntl_async_signals(true);
232
+
233
} elseif (function_exists('sapi_windows_set_ctrl_handler')) {
234
sapi_windows_set_ctrl_handler(function () {
235
0 commit comments