disable intl

install intl to plugins
This commit is contained in:
midoks 2022-06-11 19:07:19 +08:00
parent e8c2f95dea
commit a0dab71aa4
4 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

@ -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