ZF-9991: ZendX_Console_Process_Unix : restore the signal between a child and her parent
Description
Why we ignore the signal SIGCHLD (line 217) ? We can't use some functions like pcntl_wait() in the parent.
Why we ignore the signal SIGCHLD (line 217) ? We can't use some functions like pcntl_wait() in the parent.
Comments
Posted by Benoît Durand (intiilapa) on 2010-08-19T14:36:16.000+0000
Add a unit test