summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\
| | * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-091-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
| |\ \ | | |/
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| | |
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-302-5/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred)
| * | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-302-5/+5
| | |
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-03-291-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-291-1/+1
| |\ \ | | |/ | | | | | | | | | Conflicts: main/output.c
| | * 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)
| * | Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)Gustavo André dos Santos Lopes2012-03-291-1/+1
| | | | | | | | | | | | This reverts commit 4aeabaf8e938af00d6fe9f8316251b543640018c.
| * | 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
| | |
| * | MFHStanislav Malyshev2011-07-121-1/+3
| | |
| * | - Added SKIPIFFelipe Pena2011-06-245-3/+14
| | |
| * | Zend Signal HandlingIlia Alshanetsky2011-06-223-6/+21
| | |
* | | Revert "Merge branch 'pull-request/24'" (apply correct workflow)Gustavo André dos Santos Lopes2012-03-291-1/+1
| | | | | | | | | | | | | | | This reverts commit a00b447b34c21efab393fef063acaae652506938, reversing changes made to 48daddf093b491d359b77919464827ffb20a3e86.
* | | ext/pcntl/pcntl.c: Fix typo in commentJille Timmermans2012-03-281-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
| | |
* | | Fixed crash and improved signal validationIlia Alshanetsky2011-06-032-6/+10
| | |
* | | Compiler warning fixIlia Alshanetsky2011-06-031-0/+2
| | |
* | | - Fix crash in pcntlFelipe Pena2011-06-031-1/+5
| | |
* | | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+6
|/ / | | | | | | | | | | | | | | This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation # Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky
* | 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
| |
* | fix the fixArnaud Le Blanc2010-11-011-1/+3
| |
* | fixed bug #52784 (Race condition when handling many Arnaud Le Blanc2010-11-013-3/+22
| | | | | | | | | | concurrent signals)
* | Fix bug #52173 (ext/pcntl doesn't store/report errors) (patchArnaud Le Blanc2010-11-013-0/+143
|/ | | | | 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)