mirror of
https://github.com/php/php-src.git
synced 2025-01-24 12:43:38 +08:00
351b78d87e
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.
25 lines
622 B
Plaintext
25 lines
622 B
Plaintext
Process Control Module for PHP (pcntl)
|
|
|
|
This module will attempt to implement all features related to process spawning and
|
|
control (fork(), waitpid(), signal(), WIF's, etc). This is extremly experimental,
|
|
with hope to become stable on most UNIX's. I greatly apreciate any feedback, fixes,
|
|
and or suggestions on how to improve/better implement
|
|
this functionality.
|
|
|
|
Thanks,
|
|
|
|
Jason Greeme < jason@inetgurus.net / jason@php.net >
|
|
|
|
|
|
TODO Complete
|
|
------------------------------------------------
|
|
Make Async Safe X
|
|
Implement wait.h macros as functions
|
|
Implement setsid, setuid, etc.
|
|
Platform Checks in config.m4
|
|
|
|
|
|
|
|
|
|
|