On Fri, Jun 24, 2016 at 5:20 AM, Dmitry Stogov <dmi...@zend.com> wrote:

> Hi internals,
>
>
> Please review the RFC https://wiki.php.net/rfc/async_signals


I do not like the idea of introducing this via an INI directive, what might
be of value is to have a behavior on the function recommendation such that:

pcntl_async_signals([bool $enabled])

Without passing in the variable it could return back the current status
(enabled or not).  This provides userland a far more flexible handling.
The INI setting could cause some additional issues.  What is not clear is
can the INI setting be changed at runtime - so additional clarification is
needed there.  The main concern for this comes in when you build for
multiple consumers and do not control the environment.  This can cause
havok especially when you do need to have signals.


>
>
>
> Thanks. Dmitry.
>

Reply via email to