]> granicus.if.org Git - php/commit
Make pcntl async safe by registering as a zend extension and grabing the
authorJason Greene <jason@php.net>
Tue, 19 Jun 2001 21:42:57 +0000 (21:42 +0000)
committerJason Greene <jason@php.net>
Tue, 19 Jun 2001 21:42:57 +0000 (21:42 +0000)
commit351b78d87e98c301e39bb13d3a32ac7a97a425f8
tree202e65307414a3a30da853c2c1462763d0ef2446
parentd926e84e5f7824016a3e212134ab7a29abce13e8
Make pcntl async safe by registering as a zend extension and grabing the
statement handler. There could possibly be a more atomic hook in the future.
Also added simple TODO section to README.

NOTE: sleep() grabs SIGALRM on solaris, so
test-pcntl.php's alarm_handle function will not catch.
ext/pcntl/README
ext/pcntl/pcntl.c
ext/pcntl/php_pcntl.h