From 2b3f736c68b4ce3a6107281525433658cf99072e Mon Sep 17 00:00:00 2001 From: Whale Date: Fri, 7 May 2021 16:58:16 +0800 Subject: [PATCH] Update static-compile-php.sh --- static-compile-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-compile-php.sh b/static-compile-php.sh index 7d8fc569..d4abfb05 100755 --- a/static-compile-php.sh +++ b/static-compile-php.sh @@ -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"