summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-17/+0
* MFHArnaud Le Blanc2008-11-101-1/+1
* MFH: Added the oldset parameter to pcntl_sigprocmask().Arnaud Le Blanc2008-11-103-6/+38
* - 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
* Add tests for pcntlArnaud Le Blanc2008-09-126-0/+179
* MFH: initialize optional argsArnaud Le Blanc2008-09-121-1/+1
* MFH Fix testArnaud Le Blanc2008-09-121-10/+17
* pcntl_sigwaitinfo() and pcntl_sigtimedwait() functions are conditionally enab...Alexey Zakhlestin2008-09-081-0/+1
* not experimental anymoreAntony Dovgal2008-08-071-4/+1
* remove EXPERIMENTAL flagAntony Dovgal2008-08-071-5/+0
* MFHJani Taskinen2008-08-058-23/+30
* - 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-294-1/+352
* MFH: Added pcntl_signal_dispatch()Arnaud Le Blanc2008-07-293-3/+40
* - Fixed testFelipe Pena2008-07-181-1/+2
* Support for closuresDmitry Stogov2008-07-171-0/+25
* - Added arginfoFelipe Pena2008-06-301-17/+99
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-52/+37
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* 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
* TypoMartin Kraemer2007-03-141-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
* 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-014-12/+12
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-034-4/+4
* MFB: Fix for #32974Wez Furlong2005-05-073-41/+77
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* Fixed build on linux-glibc21-i386Dmitry Stogov2004-12-141-0/+2
* - Fixed bug #29873 (No defines around pcntl_*priority definitions).Derick Rethans2004-08-282-0/+8
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-7/+7
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+46
* typofix (thanks to Mehdi Achour for noticing this)foobar2004-01-231-3/+3
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* Kill unused variables.Ilia Alshanetsky2003-11-051-1/+1
* Added pcntl_wait, a wraspper around wait()/wait3()George Schlossnagle2003-10-283-2/+35
* 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-104-12/+12
* Fixed compiler warnings.Ilia Alshanetsky2003-05-292-4/+3