disable intl

install intl to plugins
pull/109/head
midoks 3 years ago
parent e8c2f95dea
commit a0dab71aa4
  1. 2
      plugins/php/versions/55/install.sh
  2. 2
      plugins/php/versions/56/install.sh
  3. 2
      plugins/php/versions/80/install.sh
  4. 2
      plugins/php/versions/81/install.sh

@ -52,7 +52,6 @@ if [ ! -d $serverPath/php/55 ];then
--with-mysqli=mysqlnd \
--enable-zip \
--enable-simplexml \
--enable-intl \
--enable-mbstring \
--enable-sockets \
--enable-ftp \
@ -61,6 +60,7 @@ if [ ! -d $serverPath/php/55 ];then
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--disable-intl \
--disable-fileinfo \
$OPTIONS \
--enable-fpm \

@ -57,12 +57,12 @@ if [ ! -d $serverPath/php/56 ];then
--enable-sockets \
--enable-pcntl \
--enable-shmop \
--enable-intl \
--enable-soap \
--enable-posix \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--disable-intl \
--disable-fileinfo \
$OPTIONS \
--enable-fpm \

@ -45,7 +45,7 @@ if [ $sysName == 'Darwin' ]; then
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
OPTIONS="${OPTIONS} --with-gd"
OPTIONS="${OPTIONS} --with-curl"
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi

@ -45,7 +45,7 @@ if [ $sysName == 'Darwin' ]; then
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
OPTIONS="${OPTIONS} --with-gd"
OPTIONS="${OPTIONS} --with-curl"
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi

Loading…
Cancel
Save