parent
e8c2f95dea
commit
a0dab71aa4
|
|
@ -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…
Reference in New Issue