Signal handling not working in PHP 7.2
Opened this issue · 0 comments
alexanderkrippahl commented
Hi,
looks like the pcntl_signal call is not working in PHP 7.2 - declare(ticks = 1); vs. pcntl_async_signals(true); - also I get an error cause method terminate is protected.
Best Alex