From 1ca2f3eb0c360031169dba8e251ed22841a2f2b4 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 16 Jul 2022 13:30:23 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/82/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/82/install.sh b/plugins/php/versions/82/install.sh index ae094f3f7..423b9923a 100755 --- a/plugins/php/versions/82/install.sh +++ b/plugins/php/versions/82/install.sh @@ -47,7 +47,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-libzip=${serverPath}/lib/libzip" fi IS_64BIT=`getconf LONG_BIT`