|
|
@ -34,7 +34,7 @@ Install_lib() |
|
|
|
return |
|
|
|
return |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
extFile=$extDir${LIBNAME}.so |
|
|
|
extFile=$extDir${_LIBNAME}.so |
|
|
|
if [ ! -f "$extFile" ];then |
|
|
|
if [ ! -f "$extFile" ];then |
|
|
|
OPTIONS='' |
|
|
|
OPTIONS='' |
|
|
|
if [ $sysName == 'Darwin' ]; then |
|
|
|
if [ $sysName == 'Darwin' ]; then |
|
|
@ -78,7 +78,7 @@ Uninstall_lib() |
|
|
|
return |
|
|
|
return |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
extFile=$extDir${LIBNAME}.so |
|
|
|
extFile=$extDir${_LIBNAME}.so |
|
|
|
if [ ! -f "$extFile" ];then |
|
|
|
if [ ! -f "$extFile" ];then |
|
|
|
echo "php-$version 未安装${LIBNAME},请选择其它版本!" |
|
|
|
echo "php-$version 未安装${LIBNAME},请选择其它版本!" |
|
|
|
echo "php-$version not install ${LIBNAME}, Plese select other version!" |
|
|
|
echo "php-$version not install ${LIBNAME}, Plese select other version!" |
|
|
|