summaryrefslogtreecommitdiff
path: root/ext/pcntl/tests
Commit message (Expand)AuthorAgeFilesLines
* fix testsAntony Dovgal2015-05-133-3/+3
* add rusage support to wait() and waitpid()Antony Dovgal2015-05-132-0/+100
* We shouldn't load any local ini files for these testsRasmus Lerdorf2013-08-022-2/+2
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * - Added SKIPIFFelipe Pena2011-06-245-3/+14
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-2/+2
| * MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) Arnaud Le Blanc2010-11-011-0/+17
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
* | - Added SKIPIFFelipe Pena2011-06-245-3/+14
* | Zend Signal HandlingIlia Alshanetsky2011-06-221-4/+2
* | Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-2/+2
* | Fix bug #52173 (ext/pcntl doesn't store/report errors) (patchArnaud Le Blanc2010-11-011-0/+17
|/
* 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-262-1/+20
* MFH:Matteo Beccati2009-03-291-1/+1
* MFH:Matteo Beccati2009-03-281-1/+1
* MFH:Matteo Beccati2009-03-281-1/+1
* Removed deprecation warning for ticksArnaud Le Blanc2009-03-271-1/+0
* MFH: Fix build on FreeBSD <7 (fixes #47777)Arnaud Le Blanc2009-03-251-0/+1
* MFH:Felipe Pena2009-03-251-0/+32
* MFH: Added the oldset parameter to pcntl_sigprocmask().Arnaud Le Blanc2008-11-101-0/+7
* Add tests for pcntlArnaud Le Blanc2008-09-126-0/+179
* MFH Fix testArnaud Le Blanc2008-09-121-10/+17
* pcntl_sigwaitinfo() and pcntl_sigtimedwait() functions are conditionally enab...Alexey Zakhlestin2008-09-081-0/+1
* MFHJani Taskinen2008-08-054-10/+10
* MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()Arnaud Le Blanc2008-07-291-0/+87
* MFH: Added pcntl_signal_dispatch()Arnaud Le Blanc2008-07-291-0/+26
* - Fixed testFelipe Pena2008-07-181-1/+2
* Support for closuresDmitry Stogov2008-07-171-0/+25
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
* Added a skip condition in the event posix_kill(), which is used by the testIlia Alshanetsky2002-11-081-1/+4
* - MFB (4_2_0)Jan Lehnardt2002-04-121-1/+1
* Fix test when allow_call_time_pass_reference = Offfoobar2001-12-061-3/+3
* Signal numbers are not uniform accross all platforms.Jason Greene2001-07-061-4/+13
* Added wait.h functionality to pcntlJason Greene2001-07-064-28/+63
* @Added new experimental module pcntl (Process Control) (Jason)Jason Greene2001-06-124-0/+37