summaryrefslogtreecommitdiff
path: root/ext/pcntl
Commit message (Expand)AuthorAgeFilesLines
* Simplify functions checks in m4Peter Kokot2019-07-171-3/+3
* Skip pcntl_sigwaitinfo() test under asan/msanNikita Popov2019-07-031-0/+1
* Sync functions checksPeter Kokot2019-06-301-1/+1
* Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-0/+1
* disable this test temporarilyJoe Watkins2019-06-141-0/+3
* fix mac tests on azureJoe Watkins2019-06-141-1/+1
* Allow exceptions in __toString()Nikita Popov2019-06-051-5/+16
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Remove test-pcntl scriptpeter279k2019-05-021-40/+0
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* 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