diff --git a/plugins/php/versions/common/swoole.sh b/plugins/php/versions/common/swoole.sh index 9469326f2..153ff4270 100755 --- a/plugins/php/versions/common/swoole.sh +++ b/plugins/php/versions/common/swoole.sh @@ -19,10 +19,10 @@ LIBV=4.8.10 if [ "$version" -lt "70" ];then LIBV=1.10.1 -elif [ "$version" == "71" ];then - LIBV=4.5.2 elif [ "$version" == "70" ];then LIBV=4.3.0 +elif [ "$version" == "71" ];then + LIBV=4.5.2 else echo '72+' fi