diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index e50b00e7e..aa4b52db9 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -21,7 +21,7 @@ if [ "$version" -lt "70" ];then LIBV=2.2.0 fi -if [ "$version" -eq "70" ];then +if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then LIBV=3.1.5 fi