Add shared-extensions, frankenphp and zts to build-unix workflow (#1062)

Co-authored-by: crazywhalecc <jesse2061@outlook.com>
This commit is contained in:
Nils Silbernagel
2026-03-20 13:37:25 +01:00
committed by GitHub
parent b970bf8e3a
commit 295df19484
5 changed files with 87 additions and 6 deletions

View File

@@ -148,6 +148,8 @@ SPC_CMD_PREFIX_PHP_CONFIGURE="./configure --prefix= --with-valgrind=no --enable-
SPC_CMD_VAR_PHP_EMBED_TYPE="static"
; EXTRA_CFLAGS for `configure` and `make` php
SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS="-g -fstack-protector-strong -fpic -fpie -Werror=unknown-warning-option ${SPC_DEFAULT_C_FLAGS}"
; EXTRA_LDFLAGS for `make` php, can use -release to set a soname for libphp.so
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS=""
; minimum compatible macOS version (LLVM vars, availability not guaranteed)
MACOSX_DEPLOYMENT_TARGET=12.0