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

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

@ -45,7 +45,7 @@ if [ $sysName == 'Darwin' ]; then
else else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" 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-curl"
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip" OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi fi

@ -45,7 +45,7 @@ if [ $sysName == 'Darwin' ]; then
else else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" 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-curl"
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip" OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi fi

Loading…
Cancel
Save