Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 613 Bytes

embed.md

File metadata and controls

19 lines (13 loc) · 613 Bytes

The embed SAPI

Configure the embed PHP SAPI.

PHP_SAPI_EMBED

  • Default: OFF
  • Values: ON|OFF

Enable the embedded PHP SAPI module for embedding PHP into application using C bindings.

The embed library is then located in the sapi/embed directory as a shared library libphp.so, or a static library libphp.a, which can be further used in other applications. It exposes PHP API as C library object for other programs to use PHP.