Update memcached.sh

pull/125/head
midoks 3 years ago
parent 6de53d16a6
commit 6eac91a74d
  1. 4
      plugins/php/versions/common/memcached.sh

@ -21,6 +21,10 @@ if [ "$version" -lt "70" ];then
LIBV=2.2.0
fi
if [ "$version" -eq "70" ];then
LIBV=3.1.5
fi
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

Loading…
Cancel
Save