Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #70386 Can't compile on NetBSD because of missing WCONTINUED | Matteo Beccati | 2015-08-29 | 1 | -1/+3 |
| | | | | | | | | since 90114a3e93f5209b3d880d154fdb61d3d0c67185 | ||||
* | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | Add wifcontinued and wcontinued for pcntl | julien.pons | 2015-03-17 | 1 | -0/+5 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Julien Pauli | 2014-12-12 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary | ||||
| * | pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary | Jille Timmermans | 2014-12-12 | 1 | -0/+1 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | ported pcntl | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Fix bug #52173 (ext/pcntl doesn't store/report errors) (patch | Arnaud Le Blanc | 2010-11-01 | 1 | -0/+5 |
| | | | | | by nick dot telford at gmail dot com) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Jani Taskinen | 2008-08-05 | 1 | -3/+0 |
| | |||||
* | MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() | Arnaud Le Blanc | 2008-07-29 | 1 | -0/+7 |
| | | | | | | | [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo() is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout. | ||||
* | MFH: Added pcntl_signal_dispatch() | Arnaud Le Blanc | 2008-07-29 | 1 | -0/+1 |
| | | | | | | | [DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered signal handler functions on-demand. This allows to use pcntl_signal() without ticks. | ||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | MFB: Fix for #32974 | Wez Furlong | 2005-05-07 | 1 | -2/+7 |
| | |||||
* | - Fixed bug #29873 (No defines around pcntl_*priority definitions). | Derick Rethans | 2004-08-28 | 1 | -0/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Added pcntl_wait, a wraspper around wait()/wait3() | George Schlossnagle | 2003-10-28 | 1 | -0/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-05-29 | 1 | -4/+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 |