summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-122-0/+26
|\
| * Make pid & uid available while handling realtime signalshsldymq2019-02-122-0/+26
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1411-24/+24
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-5/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-133-11/+11
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1411-24/+24
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-5/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-3/+3
* | Remove unused Git attributes identPeter Kokot2018-07-255-11/+1
* | 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-024-4/+4
| | * Fix bug #73939 memory allocation in signal handler when HAVE_STRUCT_SIGINFO_TJoe Watkins2017-01-162-13/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
| * | year++Xinchen Hui2018-01-024-4/+4
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-206-6/+6
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-024-4/+4
* | | 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
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-46/+0
|/ /
* | Only compute callback name in error casesNikita Popov2017-06-251-3/+2
* | Pcntl: Make realtime signals availableDennis Birkholz2017-03-092-10/+17
* | Fix segfault in `pcntl_signal_handler` (bug #73939)Adam Saponara2017-01-152-13/+4
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-024-4/+4
* | Merge branch 'PHP-7.1'Nikita Popov2016-12-291-0/+28
|\ \ | |/
| * Fixed bug #73783David Walker2016-12-291-0/+28
* | Remove the binary cast from unrelated testsPedro Magalhães2016-11-201-1/+1
* | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-3/+3
|/
* Merge RFC Additional Context in pcntl_signal HandlerDavey Shafik2016-07-206-42/+130
|\
| * Fix memory leakDavid Walker2016-07-071-2/+7
| * pnctl_signal(): add siginfo to handler argsDavid Walker2016-07-076-42/+125
* | Fix pcntl_signal_get_handler() testAaron Piotrowski2016-07-111-6/+4
|/
* oops, name test rightDavid Walker2016-07-061-1/+1
* 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-063-1/+62
* Asynchronous signal handling without TICKs.Dmitry Stogov2016-07-063-0/+64
* Cleanup zend_signal APIDmitry Stogov2016-06-201-8/+2
* Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)Xinchen Hui2016-05-052-10/+32