You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check ext/pcntl required functions with for loop (#14302)
This omits defining redundant HAVE_<function> symbols since these are
used unconditionally in ext/pcntl.
* HAVE_FORK is defined via ext/standard/config.m4
* HAVE_SIGACTION is defined via Zend.m4
* HAVE_WAITPID symbol is removed
0 commit comments