summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* Signal numbers are not uniform accross all platforms.Jason Greene2001-07-061-4/+13
* Fix proto's and some ws uglinessJason Greene2001-07-061-12/+12
* Added wait.h functionality to pcntlJason Greene2001-07-067-31/+219
* no need to implement these functions, already in posix moduleJason Greene2001-07-041-1/+0
* Actually check for the needed system calls.Jason Greene2001-07-041-2/+7
* *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
* Make pcntl async safe by registering as a zend extension and grabing theJason Greene2001-06-193-10/+179
* 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