mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Update static-compile-php.sh
This commit is contained in:
@@ -261,7 +261,7 @@ function php_get_configure_args() {
|
|||||||
_php_arg="$_php_arg --disable-phpdbg"
|
_php_arg="$_php_arg --disable-phpdbg"
|
||||||
|
|
||||||
case $(lib_ver php) in
|
case $(lib_ver php) in
|
||||||
7.3.*)
|
7.3.*|7.2.*)
|
||||||
_php_arg="$_php_arg --with-gd"
|
_php_arg="$_php_arg --with-gd"
|
||||||
_php_arg="$_php_arg --enable-libxml"
|
_php_arg="$_php_arg --enable-libxml"
|
||||||
_php_arg="$_php_arg --with-libxml-dir=$_opt_dir/libxml2"
|
_php_arg="$_php_arg --with-libxml-dir=$_opt_dir/libxml2"
|
||||||
|
|||||||
Reference in New Issue
Block a user