Description
Programs running on PHP 8.4 can control Unix processes from scripts. This runtime extension is used by workers, daemons, queues, test harnesses, and command-line tools that need forking, signals, or child-process management. It is dependency-only and has no separate launcher; PHP code uses it when enabled. Process control should be limited to trusted scripts because it can affect running jobs, permissions, signal handling, and system resources.