Skip to content

Add documentation for 6 new pcntl functions (PHP 8.4)#5350

Open
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:doc/pcntl-new-functions
Open

Add documentation for 6 new pcntl functions (PHP 8.4)#5350
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:doc/pcntl-new-functions

Conversation

@lacatoire
Copy link
Contributor

Summary

Add documentation pages for 6 pcntl functions available since PHP 8.4 but missing documentation:

  • pcntl_wifcontinued: Check if child continued from job control stop
  • pcntl_getcpu: Get current CPU number (Linux, sched_getcpu)
  • pcntl_forkx: Create child process using forkx(2) (illumos/Solaris)
  • pcntl_setns: Reassociate process with namespace (Linux)
  • pcntl_getqos_class: Get process QoS class (macOS)
  • pcntl_setqos_class: Set process QoS class (macOS)

References

Add documentation pages for pcntl functions available since PHP 8.4:
- pcntl_wifcontinued: Check if child continued from job control stop
- pcntl_getcpu: Get current CPU number (Linux)
- pcntl_forkx: Create child process using forkx(2) (illumos/Solaris)
- pcntl_setns: Reassociate process with namespace (Linux)
- pcntl_getqos_class: Get process QoS class (macOS)
- pcntl_setqos_class: Set process QoS class (macOS)
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.

1 participant