From 222dc70b8170852d8adbafb1fb7cf670f3bc13ca Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 26 Sep 2020 20:44:07 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index a2ccdd3d0..5285ca863 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -95,8 +95,8 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --enable-sysvshm \ $OPTIONS \ --enable-fastcgi \ - --enable-fpm \ - && make ZEND_EXTRA_LIBS='-liconv' && make install && make clean + --enable-fpm + make ZEND_EXTRA_LIBS='-liconv' && make install && make clean fi if [ "$?" != "0" ];then