Description
Developers can embed the legacy PHP interpreter into another application through the embedded SAPI library. This is useful only when older PHP code must run inside a host program that cannot use the current runtime.
It is a developer library. Embedded scripting can affect the host process, so loaded code, extensions, and execution permissions need strict control.