summaryrefslogtreecommitdiff
path: root/ext/pcntl/php_pcntl.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFHJani Taskinen2008-08-051-3/+0
* MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()Arnaud Le Blanc2008-07-291-0/+7
* MFH: Added pcntl_signal_dispatch()Arnaud Le Blanc2008-07-291-0/+1
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* MFB: Fix for #32974Wez Furlong2005-05-071-2/+7
* - Fixed bug #29873 (No defines around pcntl_*priority definitions).Derick Rethans2004-08-281-0/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Added pcntl_wait, a wraspper around wait()/wait3()George Schlossnagle2003-10-281-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed compiler warnings.Ilia Alshanetsky2003-05-291-4/+0
* Added pcntl_setpriority & pcntl_getpriority(). These functions can be usedIlia Alshanetsky2003-02-181-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* @Made major improvents to the pcntl extension(Jason):Jason Greene2002-08-221-8/+2
* Added function pcntl_alarm().Edin Kadribasic2002-06-041-0/+1
* - WS and code style fix.Markus Fischer2002-03-161-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* @Added new function pcntl_exec, which behaves similar to execve.Jason Greene2001-09-301-0/+1
* Removed space type-oJason Greene2001-07-301-2/+4
* Fully implement new thread safe model.Jason Greene2001-07-301-5/+2
* Added wait.h functionality to pcntlJason Greene2001-07-061-0/+7
* Make pcntl async safe by registering as a zend extension and grabing theJason Greene2001-06-191-1/+13
* @Added new experimental module pcntl (Process Control) (Jason)Jason Greene2001-06-121-0/+65