Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Fix segfault in `pcntl_signal_handler` (bug #73939) | Adam Saponara | 2017-01-15 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | pnctl_signal(): add siginfo to handler args | David Walker | 2016-07-07 | 1 | -1/+6 |
* | Fix #72409 - return previous handler | David Walker | 2016-07-06 | 1 | -0/+1 |
* | Asynchronous signal handling without TICKs. | Dmitry Stogov | 2016-07-06 | 1 | -0/+2 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
* | | 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 |
|\ \ | |/ | |||||
| * | 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 |
* | 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 |
* | MFH: Added pcntl_signal_dispatch() | Arnaud Le Blanc | 2008-07-29 | 1 | -0/+1 |
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
* | 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 |
* | 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 |
* | 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 |
* | Added function pcntl_alarm(). | Edin Kadribasic | 2002-06-04 | 1 | -0/+1 |
* | - 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 |