summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)Xinchen Hui2016-05-051-10/+11
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-10/+2
* | Add support for parameters to tick functions, on C level. This is onlyAndrey Hristov2015-09-281-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-2/+2
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | merge similar if conditionsAntony Dovgal2015-05-131-4/+0
* | add rusage support to wait() and waitpid()Antony Dovgal2015-05-131-10/+96
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-36/+36
| |\
| | * Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-101-37/+37
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | cleanup mod version macros, round 3Anatol Belski2015-03-231-1/+1
* | | Add wifcontinued and wcontinued for pcntljulien.pons2015-03-171-1/+31
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-35/+35
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-44/+42
* | | Merge branch 'PHP-5.6'Julien Pauli2014-12-121-0/+7
|\ \ \ | |/ /
| * | pcntl_signal_dispatch: Speed up by preventing system calls when unnecessaryJille Timmermans2014-12-121-0/+7
* | | Merge branch 'PHP-5.6'Julien Pauli2014-11-291-0/+1
|\ \ \ | |/ /
| * | Fix #60509, pcntl_signal doesn't decrease ref-count of old handlerJulien Pauli2014-11-291-0/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* | | Fix zend_longo_strNikita Popov2014-08-251-1/+1
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
* | | master renames phase 1Anatol Belski2014-08-251-164/+164
* | | fix zppAnatol Belski2014-08-211-2/+2
* | | ported pcntlAnatol Belski2014-08-191-79/+79
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-129/+129
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-9/+5
* | | Use zend_long_to_str in pcntlNikita Popov2014-05-281-3/+1
* | | Use new zend_hash APIDmitry Stogov2014-05-281-31/+23
* | | Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usageNikita Popov2014-05-231-1/+0
* | | Fixed support for references and proper string lengthsDmitry Stogov2014-05-061-11/+13
* | | Added support for ext/pcntl (incomplete; ext/posix required to run all tests)Dmitry Stogov2014-05-061-41/+39
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \
| * | | Bump yearXinchen Hui2014-01-031-1/+1
| |/ /
* | | Eliminate the TSRMLS_FETCH() calls in the ticks functions and hookKalle Sommer Nielsen2013-12-181-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | 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-301-4/+4
|\ \ \ | |/ /