Update install.sh

pull/130/head
midoks 3 years ago
parent e9460ba384
commit 3d1df82e3f
  1. 6
      plugins/php/versions/74/install.sh

@ -53,7 +53,7 @@ else
OPTIONS='--without-iconv' OPTIONS='--without-iconv'
# OPTIONS="--with-iconv=${serverPath}/lib/libiconv" # OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
# OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip" # OPTIONS="${OPTIONS} --with-zip=${serverPath}/lib/libzip"
fi fi
IS_64BIT=`getconf LONG_BIT` IS_64BIT=`getconf LONG_BIT`
@ -73,10 +73,10 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-mysqlnd \ --enable-mysqlnd \
--with-mysqli=mysqlnd \ --with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-mbstring \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--with-zip \
--enable-ftp \ --enable-ftp \
--enable-zip \ --enable-mbstring \
--enable-sockets \ --enable-sockets \
--enable-simplexml \ --enable-simplexml \
--enable-soap \ --enable-soap \

Loading…
Cancel
Save