diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index cbe88cde3..3944cc39e 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -21,9 +21,9 @@ if [ "$version" -lt "70" ];then LIBV=2.2.0 fi -# if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then -# LIBV=3.2.0 -# fi +if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then + LIBV=3.1.5 +fi LIB_PATH_NAME=lib/php