diff --git a/plugins/php/versions/53/solr.sh b/plugins/php/versions/53/solr.sh index a861a1e0d..19e523031 100755 --- a/plugins/php/versions/53/solr.sh +++ b/plugins/php/versions/53/solr.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 diff --git a/plugins/php/versions/53/swoole.sh b/plugins/php/versions/53/swoole.sh index a181d8dfb..737a793c1 100755 --- a/plugins/php/versions/53/swoole.sh +++ b/plugins/php/versions/53/swoole.sh @@ -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 diff --git a/plugins/php/versions/53/yaf.sh b/plugins/php/versions/53/yaf.sh index 85c4904a9..4ec8b7180 100755 --- a/plugins/php/versions/53/yaf.sh +++ b/plugins/php/versions/53/yaf.sh @@ -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 diff --git a/plugins/php/versions/53/zendguardloader.sh b/plugins/php/versions/53/zendguardloader.sh index e01d3d5e7..29a91d56a 100755 --- a/plugins/php/versions/53/zendguardloader.sh +++ b/plugins/php/versions/53/zendguardloader.sh @@ -74,7 +74,7 @@ Uninstall_lib() fi if [ ! -f "$extFile" ];then - echo "php$version 未安装${LIBNAME},请选择其它版本!" + echo "php-$version 未安装${LIBNAME},请选择其它版本!" return fi