Update install.sh

pull/109/head
midoks 5 years ago
parent ef70bb4445
commit 222dc70b81
  1. 4
      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

Loading…
Cancel
Save