Description
Legacy PHP 8.1 scripts can run from a terminal, cron job, or maintenance workflow. This command-line runtime is used by developers and administrators to execute project scripts, installers, test tools, and automation tasks. It is launched from a shell with the php81 command. Scripts can read files, contact services, and modify stored data, so they should come from trusted projects and run with appropriate permissions.