pull/109/head
Mr Chen 6 years ago
parent a0d69a0074
commit 078fb4b80f
  1. 4
      plugins/php/versions/53/solr.sh
  2. 1
      plugins/php/versions/53/swoole.sh
  3. 5
      plugins/php/versions/53/yaf.sh
  4. 2
      plugins/php/versions/53/zendguardloader.sh

@ -76,8 +76,8 @@ Uninstall_lib()
extFile=$extDir${LIBNAME}.so
if [ ! -f "$extFile" ];then
echo "php$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$vphp not install memcache, Plese select other version!"
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version not install ${LIBNAME}, Plese select other version!"
return
fi

@ -82,6 +82,7 @@ Uninstall_lib()
if [ ! -f "$extFile" ];then
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version not install ${LIBNAME}, Plese select other version!"
return
fi

@ -28,7 +28,7 @@ Install_lib()
isInstall=`cat $serverPath/php/$version/etc/php.ini|grep "${LIBNAME}.so"`
if [ "${isInstall}" != "" ];then
echo "php-$version 已安装yaf,请选择其它版本!"
echo "php-$version 已安装${LIBNAME},请选择其它版本!"
return
fi
@ -76,7 +76,8 @@ Uninstall_lib()
fi
if [ ! -f "$extFile" ];then
echo "php$version 未安装yaf,请选择其它版本!"
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version not install ${LIBNAME}, Plese select other version!"
return
fi

@ -74,7 +74,7 @@ Uninstall_lib()
fi
if [ ! -f "$extFile" ];then
echo "php$version 未安装${LIBNAME},请选择其它版本!"
echo "php-$version 未安装${LIBNAME},请选择其它版本!"
return
fi

Loading…
Cancel
Save