Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'RELEASE_0_9b'.RELEASE_0_9b | SVN Migration | 2003-05-14 | 1 | -81/+0 |
| | |||||
* | Added pcntl_setpriority & pcntl_getpriority(). These functions can be used | Ilia Alshanetsky | 2003-02-18 | 1 | -0/+2 |
| | | | | | to fetch and alter the priority of a process. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | @Made major improvents to the pcntl extension(Jason): | Jason Greene | 2002-08-22 | 1 | -8/+2 |
| | | | | | | | | | | | | | | @ - Greatly improved performance, by switching the signal callback mechanism @ to use ticks @ - Implemented object signal callback ability by using array($obj, $method) @ - Added a restart parameter to pcntl_signal, which allows you to disable @ the default of system call restarting Changed callback hash table to be initialized and destroyed per reqeust (allows the ability to use request life zvals as handles) Nuked warnings Modified test script to adjust to new ticks backend Some slight WS fixes | ||||
* | Added function pcntl_alarm(). | Edin Kadribasic | 2002-06-04 | 1 | -0/+1 |
| | | | | | @- Added pctnl_alarm() function. (Edin) | ||||
* | - WS and code style fix. | Markus Fischer | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | @Added new function pcntl_exec, which behaves similar to execve. | Jason Greene | 2001-09-30 | 1 | -0/+1 |
| | |||||
* | Removed space type-o | Jason Greene | 2001-07-30 | 1 | -2/+4 |
| | | | | | | | Fixed WS Added $Id$ tags Removed already completed TODO from README | ||||
* | Fully implement new thread safe model. | Jason Greene | 2001-07-30 | 1 | -5/+2 |
| | | | | | Fix ws. | ||||
* | Added wait.h functionality to pcntl | Jason Greene | 2001-07-06 | 1 | -0/+7 |
| | | | | | | Added tests for such functionality Removed bogus files | ||||
* | Make pcntl async safe by registering as a zend extension and grabing the | Jason Greene | 2001-06-19 | 1 | -1/+13 |
| | | | | | | | | | 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. | ||||
* | @Added new experimental module pcntl (Process Control) (Jason) | Jason Greene | 2001-06-12 | 1 | -0/+65 |
Initial Import |