Update memcached.sh

pull/125/head
midoks 3 years ago
parent c1cce73776
commit 6fbdae550c
  1. 2
      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

Loading…
Cancel
Save