pcntl.async_signals=0 leads to exactly the same behavior as it was in 5.* and 7.0.
Allow manual handling and using TICKs. pcntl.async_signals=1 - new behavior with interrupts. Thanks. Dmitry. ________________________________ From: Nikita Popov <nikita....@gmail.com> Sent: Tuesday, June 28, 2016 19:41 To: Dmitry Stogov Cc: PHP internals Subject: Re: [PHP-DEV] [RFC] [Vote] Asynchronous Signal Handling On Tue, Jun 28, 2016 at 6:16 PM, Dmitry Stogov <dmi...@zend.com<mailto:dmi...@zend.com>> wrote: Hi internals, The RFC has been moved into voting stage: https://wiki.php.net/rfc/async_signals Thanks. Dmitry. What about Bob's suggestion to add a flag (for disabling async signals) to pcntl_signal() instead of having a global option? In any case, imho the default for this should be on, not off. Default "on" matches the PHP 5 behavior better than "off". Nikita