Update install.sh

pull/113/head
midoks 3 years ago
parent 71abc265e8
commit 67d14f1fdd
  1. 4
      plugins/php/versions/52/install.sh

@ -118,7 +118,7 @@ else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype_old" OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype_old"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" OPTIONS="${OPTIONS} --with-jpeg-dir=/usr/lib"
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
@ -135,14 +135,12 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --with-config-file-path=$serverPath/php/${PHP_VER}/etc \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-xml \ --enable-xml \
--enable-mysqlnd \
--enable-shared \ --enable-shared \
--with-mysql=mysqlnd \ --with-mysql=mysqlnd \
--enable-embedded-mysqli=shared \ --enable-embedded-mysqli=shared \
--enable-sysvmsg \ --enable-sysvmsg \
--enable-sysvsem \ --enable-sysvsem \
--enable-sysvshm \ --enable-sysvshm \
--disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fastcgi \ --enable-fastcgi \
--enable-fpm --enable-fpm

Loading…
Cancel
Save