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. Can
I anticipate any kinds of problems from this? Does the Zend engine use
any signals in particular?

Thanks,
Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to