From 6a14554ee9177daff28998cec0763d2ffed9af5b Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 27 Jul 2022 15:38:12 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/74/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 53f103872..50457749f 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -64,7 +64,7 @@ echo "$sourcePath/php/php${PHP_VER}" ZIP_OPTION='--with-zip' libzip_version=`pkg-config libzip --modversion` -if [ "$libzip_version" -lt "0.10.1" ];then +if [ "$libzip_version" -le "0.10.1" ];then ZIP_OPTION="--with-zip=${serverPath}/lib/libzip" fi