Description
Host applications can embed the PHP 8.2 interpreter inside another process. This SAPI library is for programs, plugins, or specialized runtimes that execute PHP code without spawning a separate CLI process. It is dependency-only and has no separate launcher. Embedded code should be trusted and isolated from sensitive host state because it can interact with files, memory, extensions, and application APIs.