summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Collapse)AuthorAgeFilesLines
* Actually check for the needed system calls.Jason Greene2001-07-041-2/+7
| | | | | Currently require sigaction, fork, waitpit.
* *BSD doesn't have SIGPOLL or SIGPWRJason Greene2001-06-261-0/+4
|
* Fix casting wierdness that broke compiled code with Sun CC.Jason Greene2001-06-251-4/+4
| | | | | (Also easier to read)
* Make pcntl async safe by registering as a zend extension and grabing theJason Greene2001-06-193-10/+179
| | | | | | | | | 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.
* Adding some ifdefs for better platform compatibilityJason Greene2001-06-131-37/+43
|
* Remove bugus file.Jason Greene2001-06-121-7/+0
|
* @Added new experimental module pcntl (Process Control) (Jason)Jason Greene2001-06-1215-0/+500
Initial Import