Re: [PHP-DEV] Re: Signals in Extensions

2006-05-25 Thread Rasmus Lerdorf
Sara Golemon wrote: I have an extension that interfaces with a library that sets a signal handler for some common signals. In particular the library forks processes and does socket writes so it needs to be able to handle SIGCHLD and SIGPIPE. It also registers some other signals for debugging purp

[PHP-DEV] Re: Signals in Extensions

2006-05-24 Thread Sara Golemon
> I have an extension that interfaces with a > library that sets a signal handler for some > common signals. In particular the library > forks processes and does socket writes > so it needs to be able to handle SIGCHLD > and SIGPIPE. It also registers some other > signals for debugging purposes. Ca