pull/130/head
midoks 3 years ago
parent 64774eecae
commit cdfa6a1384
  1. 3
      plugins/php/versions/81/install.sh
  2. 1
      plugins/php/versions/82/install.sh

@ -42,8 +42,6 @@ OPTIONS=''
if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
OPTIONS="${OPTIONS} --with-curl=${serverPath}/lib/curl"
# OPTIONS="${OPTIONS} --enable-zip"
export PATH="/usr/local/opt/bison/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/bison/lib"
export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"
@ -69,7 +67,6 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--with-pdo-mysql=mysqlnd \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-ftp \
--enable-zip \
--enable-mbstring \
--enable-sockets \
--enable-simplexml \

@ -68,7 +68,6 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mbstring \
--enable-ftp \
--enable-zip \
--enable-sockets \
--enable-simplexml \
--enable-soap \

Loading…
Cancel
Save