summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Collapse)AuthorAgeFilesLines
* ext/pcntl/pcntl.c: Fix typo in commentJille Timmermans2012-03-291-1/+1
| | | | Signed-off-by: Jille Timmermans <jille@quis.cx>
* Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)Gustavo André dos Santos Lopes2012-03-291-1/+1
| | | | This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.
* ext/pcntl/pcntl.c: Fix typo in commentJille Timmermans2012-03-291-1/+1
| | | | Signed-off-by: Jille Timmermans <jille@quis.cx>
* - Year++Felipe Pena2012-01-014-4/+4
|
* Fix errormessageHannes Magnusson2011-09-071-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Added SKIPIFFelipe Pena2011-06-245-3/+14
|
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-2/+2
| | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* - Year++Felipe Pena2011-01-014-4/+4
|
* MFH fixed bug #52784 (Race condition when handling many Arnaud Le Blanc2010-11-013-4/+25
| | | | | concurrent signals)
* MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) Arnaud Le Blanc2010-11-013-0/+143
| | | | | (patch by nick dot telford at gmail dot com)
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* pcntl_exec() should inherit environment in case it's not provided as an argumentDmitry Stogov2009-09-301-7/+10
|
* Test from 2009 testfestZoe Slattery2009-08-262-0/+75
|
* Don't use short tags in testsGwynne Raskind2009-07-021-1/+1
|
* MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,Arnaud Le Blanc2009-05-263-4/+21
| | | | | patch by james at jamesreno dot com)
* MFH:Matteo Beccati2009-03-291-1/+1
| | | | | | - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait() # It isn't really necessary for the child to wait for PHP_INT_MAX seconds
* MFH:Matteo Beccati2009-03-281-0/+8
| | | | | | - Fixed bug #47816 (pcntl tests failing on NetBSD) # Tests will still fail until a few kernel bugs are fixed
* MFH:Matteo Beccati2009-03-282-2/+2
| | | | | - Reverting: pcntl_signal() returning NULL when passing wrong parameters
* MFH:Matteo Beccati2009-03-282-2/+2
| | | | | - Fixed pcntl_signal() returning NULL when passing wrong parameters
* Removed deprecation warning for ticksArnaud Le Blanc2009-03-271-1/+0
|
* MFH: Fix build on FreeBSD <7 (fixes #47777)Arnaud Le Blanc2009-03-252-0/+71
|
* MFH:Felipe Pena2009-03-252-2/+34
| | | | | | - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants). Patch by: mbeccati at php.net
* 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
| | | | | Already documented.
* - 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 ↵Alexey Zakhlestin2008-09-081-0/+1
| | | | enabled, so, test should verify if they are present
* 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
| | | | | | | [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo() is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
* MFH: Added pcntl_signal_dispatch()Arnaud Le Blanc2008-07-293-3/+40
| | | | | | | [DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered signal handler functions on-demand. This allows to use pcntl_signal() without ticks.
* - Fixed testFelipe Pena2008-07-181-1/+2
|
* Support for closuresDmitry Stogov2008-07-171-0/+25
|
* - Added arginfoFelipe Pena2008-06-301-17/+99
| | | | | - Removed #include "zend_arg_defs.c"
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-221-52/+37
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* 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
|