Update intl.sh

pull/420/head
midoks 2 years ago
parent 9f02cf9744
commit 60af43ed31
  1. 2
      plugins/php/versions/common/intl.sh

@ -33,7 +33,7 @@ else
fi fi
OPTIONS='' OPTIONS=''
if [ "$version" -lt "71" ];then if [ "$version" -lt "74" ];then
cd ${rootPath}/plugins/php/lib && /bin/bash icu.sh cd ${rootPath}/plugins/php/lib && /bin/bash icu.sh
OPTIONS="--with-icu-dir=${serverPath}/lib/icu" OPTIONS="--with-icu-dir=${serverPath}/lib/icu"
fi fi

Loading…
Cancel
Save