pull/118/head
midoks 3 years ago
parent d1e97cc8e4
commit 5c25ddc3fd
  1. 1
      plugins/php/all_test.sh
  2. 2
      plugins/php/versions/70/imagemagick.sh
  3. 2
      plugins/php/versions/70/yac.sh
  4. 2
      plugins/php/versions/71/imagemagick.sh
  5. 2
      plugins/php/versions/71/yac.sh
  6. 2
      plugins/php/versions/72/imagemagick.sh
  7. 2
      plugins/php/versions/72/yac.sh
  8. 2
      plugins/php/versions/73/imagemagick.sh
  9. 2
      plugins/php/versions/73/yac.sh
  10. 2
      plugins/php/versions/74/imagemagick.sh
  11. 2
      plugins/php/versions/74/yac.sh
  12. 2
      plugins/php/versions/80/imagemagick.sh
  13. 2
      plugins/php/versions/80/yac.sh
  14. 2
      plugins/php/versions/81/imagemagick.sh
  15. 2
      plugins/php/versions/81/memcached.sh
  16. 2
      plugins/php/versions/81/yac.sh
  17. 4
      scripts/lib.sh

@ -6,6 +6,7 @@ DIR=$(cd "$(dirname "$0")"; pwd)
# cd /www/server/mdserver-web/plugins/php && bash all_test.sh
# cd /www/server/mdserver-web/plugins/php/versions/71/ && bash openssl.sh install 71
# cd /www/server/mdserver-web/plugins/php/versions/81/ && bash imagemagick.sh install 81
PHP_VER=53
echo "php${PHP_VER} -- start"

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -17,7 +17,7 @@ version=$2
sysName=`uname`
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -16,7 +16,7 @@ actionType=$1
version=$2
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -15,7 +15,7 @@ actionType=$1
version=$2
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -15,7 +15,7 @@ actionType=$1
version=$2
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -15,7 +15,7 @@ actionType=$1
version=$2
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -15,7 +15,7 @@ actionType=$1
version=$2
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=imagick
LIBV=3.6.0
LIBV=3.7.0
sysName=`uname`
actionType=$1
version=$2

@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath")
sourcePath=${serverPath}/source/php
LIBNAME=memcached
LIBV=3.1.5
LIBV=3.2.0
sysName=`uname`
actionType=$1
version=$2

@ -15,7 +15,7 @@ actionType=$1
version=$2
LIBNAME=yac
LIBV=2.3.0
LIBV=2.3.1
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`
extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so

@ -283,7 +283,9 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then
apt install -y libpcre3 libpcre3-dev
apt install -y openssl
apt install -y imagemagick
apt install -y libmemcached-dev
#apt install -y imagemagick libmagickwand-dev
# apt install -y php-imagick php-imagick-all-dev
apt install -y libxml2 libxml2-dev libbz2-dev libmcrypt-dev libpspell-dev librecode-dev
apt install -y libgmp-dev libgmp3-dev libreadline-dev libxpm-dev

Loading…
Cancel
Save