Skip to content

[Sync-En] pcntl: fix reference pages and document 8.4 failure return - #1090

Merged
julionc merged 1 commit into
php:masterfrom
lacatoire:sync-en/1074-pcntl-fixes
Aug 26, 2026
Merged

[Sync-En] pcntl: fix reference pages and document 8.4 failure return#1090
julionc merged 1 commit into
php:masterfrom
lacatoire:sync-en/1074-pcntl-fixes

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Closes #1074

Syncs with php/doc-en@253f4bd

  • constants.xml: remove SI_MSGGQ constant (does not exist; SI_MESGQ is the correct one and is already documented)
  • pcntl-exec.xml: returnvalues <para><simpara>; clarify that on success the function does not return
  • pcntl-sigprocmask.xml: <classname><exceptionname> in changelog; signalsignals parameter name; note that empty signals is accepted when mode is SIG_SETMASK; move simplelist out of para in seealso
  • pcntl-sigtimedwait.xml: same classname→exceptionname, signal→signals; add 8.4.0 row for false return; fix nanoseconds range (≥0 → between 0 and 1e9); move simplelist out of para in seealso
  • pcntl-sigwaitinfo.xml: same fixes; add 8.4.0 row for false return; move simplelist out of para in seealso
  • pcntl-unshare.xml: returnvalues: "0 or -1" → true/false; <para><simpara>; move simplelist out of para in seealso

@julionc
julionc merged commit 53b84a0 into php:master Aug 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] pcntl: fix the reference pages and document the 8.4 failure return (#5767)

2 participants