From c31c549300c1df4bf7c8e471b7bb749fcc99669e Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 18 Jul 2022 11:45:14 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/72/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/72/install.sh b/plugins/php/versions/72/install.sh index af10e15d1..1e4377f74 100755 --- a/plugins/php/versions/72/install.sh +++ b/plugins/php/versions/72/install.sh @@ -55,7 +55,7 @@ if [ ! -d $serverPath/php/72 ];then --enable-mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ - --enable-zip \ + --with-libzip \ --enable-mbstring \ --enable-simplexml \ --enable-sockets \