Description
Programs running on PHP 8.4 can inspect Unix users, groups, process IDs, permissions, and related POSIX details. This runtime extension is used by administration scripts, installers, daemons, and tools that need to adapt to local system accounts or file ownership. It is dependency-only and has no separate launcher; PHP code uses it when enabled. Scripts should avoid exposing account details and should handle permissions carefully when they run with elevated privileges.