master
Migrate SKIPIF -> EXTENSIONS (#7138)
Refactor pcntl_sigprocmask()/pcntl_sigwaitinfo()/pcntl_sigtimedwait() (#11860)
ext/pcntl: Remove bool type coercions in tests
Merge branch 'PHP-8.0' into PHP-8.1
Add zend_alloc XLEAK support
Fix GH-16769: php_pcntl_set_user_signal_infos aborts when a signal is a reference.
ext/pcntl: Fix pcntl_setcpuaffinity exception type for invalid cpu id.
QA - pcntl_exec - check stringable parameters error
ext/pcntl: Fix memory leak in cleanup code of pcntl_exec()
ext/pcntl: Refactor `pcntl_exec()` (#17172)
Fix 'can not' in test data and in code comments
Remove Travis artefacts (#15714)
Fix getpriority test with negative return value
QA - pcntl - adjust tests set/get priority check env vars and root user
ext/pcntl adding Pcntl namespace for Qos class.
Prefer EXPECT over EXPECTF
Upgrade master to Ubuntu 24.04 (GH-16704)
QA - Test Cov - ext:pcntl - pcntl_signal() - max signal allowed (#8956)
QA - pcntl_signal - error when handler is int and not SIG_DFL or SIG_IGN
Use "must not" instead of "cannot" wording
Suppress warning when the test run under non-root (#11400)
ext/pcntl: pcntl_unshare minor error message clarification (for EINVAL). (#13872)
ext/pcntl: Added rusage parameter to pcntl_waitid
Revert the fix for GH-11498