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 \ --enable-sysvshm \
$OPTIONS \ $OPTIONS \
--enable-fastcgi \ --enable-fastcgi \
--enable-fpm \ --enable-fpm
&& make ZEND_EXTRA_LIBS='-liconv' && make install && make clean make ZEND_EXTRA_LIBS='-liconv' && make install && make clean
fi fi
if [ "$?" != "0" ];then if [ "$?" != "0" ];then

Loading…
Cancel
Save