Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext/pcntl/pcntl.c: Fix typo in comment | Jille Timmermans | 2012-03-29 | 1 | -1/+1 |
* | Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow) | Gustavo André dos Santos Lopes | 2012-03-29 | 1 | -1/+1 |
* | ext/pcntl/pcntl.c: Fix typo in comment | Jille Timmermans | 2012-03-29 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
* | Fix errormessage | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - Added SKIPIF | Felipe Pena | 2011-06-24 | 5 | -3/+14 |
* | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -2/+2 |
* | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | MFH fixed bug #52784 (Race condition when handling many | Arnaud Le Blanc | 2010-11-01 | 3 | -4/+25 |
* | MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) | Arnaud Le Blanc | 2010-11-01 | 3 | -0/+143 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
* | pcntl_exec() should inherit environment in case it's not provided as an argument | Dmitry Stogov | 2009-09-30 | 1 | -7/+10 |
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 2 | -0/+75 |
* | Don't use short tags in tests | Gwynne Raskind | 2009-07-02 | 1 | -1/+1 |
* | MFH: Fix return value of pcntl_wexitstatus() (fixes #47566, | Arnaud Le Blanc | 2009-05-26 | 3 | -4/+21 |
* | MFH: | Matteo Beccati | 2009-03-29 | 1 | -1/+1 |
* | MFH: | Matteo Beccati | 2009-03-28 | 1 | -0/+8 |
* | MFH: | Matteo Beccati | 2009-03-28 | 2 | -2/+2 |
* | MFH: | Matteo Beccati | 2009-03-28 | 2 | -2/+2 |
* | Removed deprecation warning for ticks | Arnaud Le Blanc | 2009-03-27 | 1 | -1/+0 |
* | MFH: Fix build on FreeBSD <7 (fixes #47777) | Arnaud Le Blanc | 2009-03-25 | 2 | -0/+71 |
* | MFH: | Felipe Pena | 2009-03-25 | 2 | -2/+34 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -17/+0 |
* | MFH | Arnaud Le Blanc | 2008-11-10 | 1 | -1/+1 |
* | MFH: Added the oldset parameter to pcntl_sigprocmask(). | Arnaud Le Blanc | 2008-11-10 | 3 | -6/+38 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+17 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -17/+0 |
* | Add tests for pcntl | Arnaud Le Blanc | 2008-09-12 | 6 | -0/+179 |
* | MFH: initialize optional args | Arnaud Le Blanc | 2008-09-12 | 1 | -1/+1 |
* | MFH Fix test | Arnaud Le Blanc | 2008-09-12 | 1 | -10/+17 |
* | pcntl_sigwaitinfo() and pcntl_sigtimedwait() functions are conditionally enab... | Alexey Zakhlestin | 2008-09-08 | 1 | -0/+1 |
* | not experimental anymore | Antony Dovgal | 2008-08-07 | 1 | -4/+1 |
* | remove EXPERIMENTAL flag | Antony Dovgal | 2008-08-07 | 1 | -5/+0 |
* | MFH | Jani Taskinen | 2008-08-05 | 8 | -23/+30 |
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
* | MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() | Arnaud Le Blanc | 2008-07-29 | 4 | -1/+352 |
* | MFH: Added pcntl_signal_dispatch() | Arnaud Le Blanc | 2008-07-29 | 3 | -3/+40 |
* | - Fixed test | Felipe Pena | 2008-07-18 | 1 | -1/+2 |
* | Support for closures | Dmitry Stogov | 2008-07-17 | 1 | -0/+25 |
* | - Added arginfo | Felipe Pena | 2008-06-30 | 1 | -17/+99 |
* | updated to the new parameter-parsing api | Alexey Zakhlestin | 2008-06-22 | 1 | -52/+37 |
* | 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 | 4 | -4/+4 |
* | Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error) | Ilia Alshanetsky | 2007-11-27 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
* | fix typo in errmsg | Antony Dovgal | 2006-08-31 | 1 | -1/+1 |