Update yaf.sh

pull/420/head
midoks 2 years ago
parent d910d4f462
commit 846bd270df
  1. 5
      plugins/php/versions/common/yaf.sh

@ -32,6 +32,11 @@ if [ "$version" -eq "72" ] || [ "$version" -eq "73" ];then
fi
if [ "$version" -gt "74" ];then
LIBV=3.3.5
fi
LIB_PATH_NAME=lib/php
if [ -d $serverPath/php/${version}/lib64 ];then
LIB_PATH_NAME=lib64

Loading…
Cancel
Save