Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 327 Bytes

embed.md

File metadata and controls

13 lines (10 loc) · 327 Bytes

PHP embed SAPI

PHP embed SAPI can be built like this:

./buildconf
./configure --enable-embed
make

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