summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-6/+6
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-3/+2
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Merge remote-tracking branch 'origin/PHP-7.2'Bob Weinand2018-02-281-7/+21
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Bob Weinand2018-02-281-7/+21
| |\
| | * Fix pcntl build on macBob Weinand2018-02-281-7/+21
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-231-7/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-7/+8
| |\ \ | | |/
| | * Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)Sam Ding2018-02-231-7/+8
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Fix bug #73939 memory allocation in signal handler when HAVE_STRUCT_SIGINFO_TJoe Watkins2017-01-161-12/+3
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | RC manipulation cleanupXinchen Hui2017-11-011-1/+1
* | | Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-1/+1
|/ /
* | Only compute callback name in error casesNikita Popov2017-06-251-3/+2
* | Pcntl: Make realtime signals availableDennis Birkholz2017-03-091-3/+17
* | Fix segfault in `pcntl_signal_handler` (bug #73939)Adam Saponara2017-01-151-12/+3
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Fix memory leakDavid Walker2016-07-071-2/+7
* pnctl_signal(): add siginfo to handler argsDavid Walker2016-07-071-39/+79
* change long to zend_long, for uniformityDavid Walker2016-07-061-1/+1
* Fix to not attempt to call if handler is long. Idea for this cameDavid Walker2016-07-061-8/+10
* Fix #72409 - return previous handlerDavid Walker2016-07-061-1/+29
* Asynchronous signal handling without TICKs.Dmitry Stogov2016-07-061-0/+37
* 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