Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually check for the needed system calls. | Jason Greene | 2001-07-04 | 1 | -2/+7 |
| | | | | | Currently require sigaction, fork, waitpit. | ||||
* | *BSD doesn't have SIGPOLL or SIGPWR | Jason Greene | 2001-06-26 | 1 | -0/+4 |
| | |||||
* | Fix casting wierdness that broke compiled code with Sun CC. | Jason Greene | 2001-06-25 | 1 | -4/+4 |
| | | | | | (Also easier to read) | ||||
* | Make pcntl async safe by registering as a zend extension and grabing the | Jason Greene | 2001-06-19 | 3 | -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 compatibility | Jason Greene | 2001-06-13 | 1 | -37/+43 |
| | |||||
* | Remove bugus file. | Jason Greene | 2001-06-12 | 1 | -7/+0 |
| | |||||
* | @Added new experimental module pcntl (Process Control) (Jason) | Jason Greene | 2001-06-12 | 15 | -0/+500 |
Initial Import |