From 67d14f1fdd9eb882d152edc6a29d3c368f40e847 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 28 Jun 2022 22:01:56 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index d784433ed..4ad4443b3 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -118,7 +118,7 @@ else OPTIONS="--with-iconv=${serverPath}/lib/libiconv" OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype_old" 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" fi @@ -135,14 +135,12 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-xml \ - --enable-mysqlnd \ --enable-shared \ --with-mysql=mysqlnd \ --enable-embedded-mysqli=shared \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ - --disable-fileinfo \ $OPTIONS \ --enable-fastcgi \ --enable-fpm