Description
PHP 8.3 command-line programs can control Unix processes for workers, daemons, and job runners. This runtime extension adds process forking, signal handling, waits, alarms, and related control features used outside normal web request handling. It is dependency-only and has no desktop launcher; PHP CLI scripts use it when enabled. Process control can stop jobs, spawn extra work, or interact with privileges, so trusted scripts and permissions matter.