File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ Configure the `embed` PHP SAPI.
13
13
Enable the embedded PHP SAPI module for embedding PHP into application using C
14
14
bindings.
15
15
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.
You can’t perform that action at this time.
0 commit comments