Description
Developers can embed the PHP interpreter into another application through the embedded SAPI library. This is useful for programs that want to run PHP scripts or expose PHP as an extension language.
It is a developer library. Embedding a scripting runtime means loaded code can affect the host process, so inputs, extensions, and execution permissions must be controlled.