From 3d1df82e3fc1eb8d91fa29cf0030953934f3c998 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 16 Jul 2022 15:13:19 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/74/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 475aabe61..94c46ebe7 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -53,7 +53,7 @@ else OPTIONS='--without-iconv' # OPTIONS="--with-iconv=${serverPath}/lib/libiconv" OPTIONS="${OPTIONS} --with-curl" - # OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip" + # OPTIONS="${OPTIONS} --with-zip=${serverPath}/lib/libzip" fi IS_64BIT=`getconf LONG_BIT` @@ -73,10 +73,10 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --enable-mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ - --enable-mbstring \ --with-zlib-dir=$serverPath/lib/zlib \ + --with-zip \ --enable-ftp \ - --enable-zip \ + --enable-mbstring \ --enable-sockets \ --enable-simplexml \ --enable-soap \