We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caaa4d commit 89e8c15Copy full SHA for 89e8c15
config/env.ini
@@ -80,7 +80,7 @@ SPC_CMD_PREFIX_PHP_CONFIGURE="${SPC_PHP_DEFAULT_LD_LIBRARY_PATH_CMD} ./configure
80
; make command
81
SPC_CMD_PREFIX_PHP_MAKE="make -j${CPU_COUNT}"
82
; embed type for php, static (libphp.a) or shared (libphp.so)
83
-SPC_CMD_VAR_PHP_EMBED_TYPE="shared"
+SPC_CMD_VAR_PHP_EMBED_TYPE="static"
84
85
; *** default build vars for building php ***
86
; CFLAGS for configuring php
0 commit comments