Ding
Ding copied to clipboard
remove declare(ticks) requirement
this should be really taken care of in the SignalHandlerHelper bean or even in the SignalHandlerDriver.. but what's with php?? I couldn't find a way to dispatch signals if declare(ticks=1) is not present in the main script. tried pcntl_dispatch_signal() called from a register_tick_function(), but nothing!
is this possible at all?