Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix pcntl_waitpid() [Fixes #16766]. | Markus Fischer | 2002-04-23 | 1 | -18/+12 |
| | |||||
* | Remove already included file | Jason Greene | 2002-03-17 | 1 | -1/+0 |
| | |||||
* | - Fix some compiler warnings and errors. | Markus Fischer | 2002-03-17 | 1 | -1/+2 |
| | |||||
* | - WS and code style fix. | Markus Fischer | 2002-03-16 | 1 | -140/+139 |
| | |||||
* | - Some more TSRMLS fixes. | Markus Fischer | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Some protos fixed. | Egon Schmid | 2001-11-08 | 1 | -6/+6 |
| | |||||
* | - prototypes | Derick Rethans | 2001-11-08 | 1 | -5/+6 |
| | | | | | #- Thanks to Zak for pointing this out during his talk | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+4 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Add cleanup on an exec failure | Jason Greene | 2001-10-03 | 1 | -4/+8 |
| | | | | | Remove debug comments | ||||
* | @Added new function pcntl_exec, which behaves similar to execve. | Jason Greene | 2001-09-30 | 1 | -0/+87 |
| | |||||
* | Removed space type-o | Jason Greene | 2001-07-30 | 1 | -1/+3 |
| | | | | | | | Fixed WS Added $Id$ tags Removed already completed TODO from README | ||||
* | Fully implement new thread safe model. | Jason Greene | 2001-07-30 | 1 | -16/+29 |
| | | | | | Fix ws. | ||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -13/+16 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -8/+2 |
| | |||||
* | Fix proto's and some ws ugliness | Jason Greene | 2001-07-06 | 1 | -12/+12 |
| | |||||
* | Added wait.h functionality to pcntl | Jason Greene | 2001-07-06 | 1 | -2/+148 |
| | | | | | | Added tests for such functionality Removed bogus files | ||||
* | *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 | 1 | -9/+153 |
| | | | | | | | | | 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 |
| | |||||
* | @Added new experimental module pcntl (Process Control) (Jason) | Jason Greene | 2001-06-12 | 1 | -0/+244 |
Initial Import |