Update install.sh

pull/109/head
midoks 3 years ago
parent 99b0437c64
commit 3b1dbef9ca
  1. 4
      plugins/php/versions/74/install.sh

@ -78,8 +78,8 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-intl \
--disable-fileinfo \
$OPTIONS \
--enable-fpm \
&& make && make install && make clean
--enable-fpm
make && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

Loading…
Cancel
Save