Update phalcon.sh

This commit is contained in:
midoks 2022-12-04 16:10:26 +08:00
parent 1b0044e28a
commit 9bd063cc1d
1 changed files with 6 additions and 1 deletions

View File

@ -17,10 +17,15 @@ version=$2
LIBNAME=phalcon
LIBV=4.1.2
if [ "$version" -lt "73" ];then
echo "not support!"
exit 1
else
if [ "$version" -gt "74" ];then
LIBV=5.1.2
else
echo 'other?'
echo "not support!"
fi
LIB_PATH_NAME=lib/php