diff --git a/plugins/php/versions/common/imagemagick.sh b/plugins/php/versions/common/imagemagick.sh index 34ad72961..775c4cd86 100755 --- a/plugins/php/versions/common/imagemagick.sh +++ b/plugins/php/versions/common/imagemagick.sh @@ -21,6 +21,8 @@ version=$2 if [ "$version" == "53" ];then echo 'not need' exit 0 +elif [ "$version" == "80" ];then + LIBV=3.6.0 elif [ "$version" -lt "70" ];then LIBV=3.6.0 else