From 60af43ed3142d38f139dab3245c0f5ae67d2fccc Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 14 Jun 2023 01:24:15 +0800 Subject: [PATCH] Update intl.sh --- plugins/php/versions/common/intl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/intl.sh b/plugins/php/versions/common/intl.sh index b616050a9..bb3022b43 100755 --- a/plugins/php/versions/common/intl.sh +++ b/plugins/php/versions/common/intl.sh @@ -33,7 +33,7 @@ else fi OPTIONS='' -if [ "$version" -lt "71" ];then +if [ "$version" -lt "74" ];then cd ${rootPath}/plugins/php/lib && /bin/bash icu.sh OPTIONS="--with-icu-dir=${serverPath}/lib/icu" fi