summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* Remove extension readmesPeter Kokot2019-03-191-11/+0
* Switch to use ZTS cacheDmitry Stogov2019-03-123-5/+12
* Remove function_table var from the callerc9s2019-03-111-1/+1
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* Reinstall pcntl tick handler on each request (it cleared after the first requ...Dmitry Stogov2019-02-201-1/+1
* Implement pcntl_unsharePedro Magalhães2019-02-186-1/+177
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-122-0/+26
|\
| * 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
* | | Add test case for pcntl_setpriority basic behaviourEr Galvão Abbott2019-02-101-0/+23
* | | Add test for pcntl_getpriority() basic behaviourEr Galvão Abbott2019-02-091-0/+19
* | | Remove local variablesPeter Kokot2019-02-033-26/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* | | Implement typed propertiesNikita Popov2019-01-111-29/+21
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-2/+2
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1411-22/+22
* | | 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