Skip to content

Commit 3bb72fb

Browse files
committed
Update docs
1 parent 009105e commit 3bb72fb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/cmake/sapi/embed.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ Configure the `embed` PHP SAPI.
1313
Enable the embedded PHP SAPI module for embedding PHP into application using C
1414
bindings.
1515

16-
The embed library is then located in the `sapi/embed` directory as a shared
17-
library `libphp.so`, or a static library `libphp.a`, which can be further used
18-
in other applications. It exposes PHP API as C library object for other programs
19-
to use PHP.
16+
The embed library is then located in the `sapi/embed` directory:
17+
* as a shared library `libphp.so` (\*nix), or `libphp.dylib` (macOS), or
18+
`phpembed.dll` (Windows)
19+
* and a static library `libphp.a` (\*nix), or `phpembed.lib` (Windows)
20+
21+
which can be further used in other applications. It exposes PHP API as C library
22+
for other programs to use PHP.

0 commit comments

Comments
 (0)