| Commit message (Expand) | Author | Age | Files | Lines |
* | Use posix_getuid() to check for root in pcntl_setpriority() test | Nikita Popov | 2019-10-24 | 1 | -7/+7 |
* | Allow SA_RESTART for SIGALRM | Nikita Popov | 2019-10-02 | 2 | -2/+10 |
* | Simplify functions checks in m4 | Peter Kokot | 2019-07-17 | 1 | -3/+3 |
* | Skip pcntl_sigwaitinfo() test under asan/msan | Nikita Popov | 2019-07-03 | 1 | -0/+1 |
* | Sync functions checks | Peter Kokot | 2019-06-30 | 1 | -1/+1 |
* | Set up asan+ubsan scheduled build on azure | Nikita Popov | 2019-06-28 | 1 | -0/+1 |
* | disable this test temporarily | Joe Watkins | 2019-06-14 | 1 | -0/+3 |
* | fix mac tests on azure | Joe Watkins | 2019-06-14 | 1 | -1/+1 |
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -5/+16 |
* | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | Remove test-pcntl script | peter279k | 2019-05-02 | 1 | -40/+0 |
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ... | Dmitry Stogov | 2019-04-24 | 1 | -2/+2 |
* | Remove extension readmes | Peter Kokot | 2019-03-19 | 1 | -11/+0 |
* | Switch to use ZTS cache | Dmitry Stogov | 2019-03-12 | 3 | -5/+12 |
* | Remove function_table var from the caller | c9s | 2019-03-11 | 1 | -1/+1 |
* | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -2/+4 |
* | Reinstall pcntl tick handler on each request (it cleared after the first requ... | Dmitry Stogov | 2019-02-20 | 1 | -1/+1 |
* | Implement pcntl_unshare | Pedro Magalhães | 2019-02-18 | 6 | -1/+177 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-02-12 | 2 | -0/+26 |
|\ |
|
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-12 | 2 | -0/+26 |
| |\ |
|
| | * | Make pid & uid available while handling realtime signals | hsldymq | 2019-02-12 | 2 | -0/+26 |
| | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 11 | -24/+24 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -5/+0 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 3 | -11/+11 |
| * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 11 | -24/+24 |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -5/+0 |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
* | | | Add test case for pcntl_setpriority basic behaviour | Er Galvão Abbott | 2019-02-10 | 1 | -0/+23 |
* | | | Add test for pcntl_getpriority() basic behaviour | Er Galvão Abbott | 2019-02-09 | 1 | -0/+19 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 3 | -26/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 4 | -4/+4 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -29/+21 |
* | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 1 | -2/+2 |
* | | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 11 | -22/+22 |
* | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -5/+0 |
* | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -2/+2 |
|/ / |
|
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -3/+3 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 5 | -11/+1 |
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref... | Dmitry Stogov | 2018-07-05 | 1 | -6/+6 |
* | | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -3/+2 |
* | | Removed useless zval_ptr_dtor() | Dmitry Stogov | 2018-05-29 | 1 | -1/+2 |
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/PHP-7.2' | Bob Weinand | 2018-02-28 | 1 | -7/+21 |
|\ \
| |/ |
|
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Bob Weinand | 2018-02-28 | 1 | -7/+21 |
| |\ |
|
| | * | Fix pcntl build on mac | Bob Weinand | 2018-02-28 | 1 | -7/+21 |
* | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-02-23 | 1 | -7/+8 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-02-23 | 1 | -7/+8 |
| |\ \
| | |/ |
|
| | * | Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x) | Sam Ding | 2018-02-23 | 1 | -7/+8 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 4 | -4/+4 |
| | * | Fix bug #73939 memory allocation in signal handler when HAVE_STRUCT_SIGINFO_T | Joe Watkins | 2017-01-16 | 2 | -13/+4 |