Update static-compile-php.sh

This commit is contained in:
Whale
2021-05-07 16:58:16 +08:00
committed by GitHub
parent 18c74cdadb
commit 2b3f736c68

View File

@@ -261,7 +261,7 @@ function php_get_configure_args() {
_php_arg="$_php_arg --disable-phpdbg"
case $(lib_ver php) in
7.3.*)
7.3.*|7.2.*)
_php_arg="$_php_arg --with-gd"
_php_arg="$_php_arg --enable-libxml"
_php_arg="$_php_arg --with-libxml-dir=$_opt_dir/libxml2"