summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
Commit message (Expand)AuthorAgeFilesLines
* fix the fixArnaud Le Blanc2010-11-011-1/+3
* fixed bug #52784 (Race condition when handling many Arnaud Le Blanc2010-11-011-1/+10
* Fix bug #52173 (ext/pcntl doesn't store/report errors) (patchArnaud Le Blanc2010-11-011-0/+121
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* pcntl_exec() should inherit environment in case it's not provided as an argumentDmitry Stogov2009-09-301-7/+10
* MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,Arnaud Le Blanc2009-05-261-3/+1
* MFH:Matteo Beccati2009-03-281-0/+8
* MFH:Matteo Beccati2009-03-281-1/+1
* MFH:Matteo Beccati2009-03-281-1/+1
* MFH: Fix build on FreeBSD <7 (fixes #47777)Arnaud Le Blanc2009-03-251-0/+70
* MFH:Felipe Pena2009-03-251-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-17/+0
* MFH: Added the oldset parameter to pcntl_sigprocmask().Arnaud Le Blanc2008-11-101-6/+24
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+17
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-17/+0
* MFH: initialize optional argsArnaud Le Blanc2008-09-121-1/+1
* MFHJani Taskinen2008-08-051-6/+11
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()Arnaud Le Blanc2008-07-291-0/+257
* MFH: Added pcntl_signal_dispatch()Arnaud Le Blanc2008-07-291-3/+13
* - Added arginfoFelipe Pena2008-06-301-17/+99
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-52/+37
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)Ilia Alshanetsky2007-11-271-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix typo in errmsgAntony Dovgal2006-08-311-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+7
* - fix bug #37635 (parameter of pcntl signal handler is trashed)Michael Wallner2006-05-301-6/+5
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* MFB: Fix for #32974Wez Furlong2005-05-071-36/+66
* Fixed build on linux-glibc21-i386Dmitry Stogov2004-12-141-0/+2
* - Fixed bug #29873 (No defines around pcntl_*priority definitions).Derick Rethans2004-08-281-0/+4
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-7/+7
* typofix (thanks to Mehdi Achour for noticing this)foobar2004-01-231-3/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Kill unused variables.Ilia Alshanetsky2003-11-051-1/+1
* Added pcntl_wait, a wraspper around wait()/wait3()George Schlossnagle2003-10-281-1/+33
* No dots at the end of error messagesMarcus Boerger2003-08-311-8/+8
* Fix format specifiersMarcus Boerger2003-08-311-8/+8
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* proto fixes.Andrey Hristov2003-06-221-10/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed compiler warnings.Ilia Alshanetsky2003-05-291-0/+3
* proto and typo fixesHartmut Holzgraefe2003-05-201-2/+2
* Added pcntl_setpriority & pcntl_getpriority(). These functions can be usedIlia Alshanetsky2003-02-181-0/+90
* Bump year.Sebastian Bergmann2002-12-311-1/+1