pull/109/head
midoks 3 years ago
parent b8e2fcb517
commit e995f97e04
  1. 4
      plugins/php/versions/56/install.sh
  2. 2
      scripts/lib.sh

@ -15,7 +15,7 @@ PHP_VER=56
Install_php()
{
#------------------------ install start ------------------------------------#
echo "安装php-5.6.40 ..." > $install_tmp
echo "安装php-${version} ..." > $install_tmp
mkdir -p $sourcePath/php
mkdir -p $serverPath/php
@ -79,7 +79,7 @@ Uninstall_php()
{
$serverPath/php/init.d/php56 stop
rm -rf $serverPath/php/56
echo "卸载php-5.6.36 ..." > $install_tmp
echo "卸载php-${version} ..." > $install_tmp
}
action=${1}

@ -260,7 +260,7 @@ Install_Libiconv
# Install_Libmemcached
# Install_Curl
# Install_Zlib
# Install_Freetype
Install_Freetype
# Install_OpenSSL
Install_Libzip

Loading…
Cancel
Save