Update install.sh

pull/109/head
midoks 5 years ago
parent 44f3c95345
commit 87cb97c208
  1. 1
      plugins/php/versions/52/install.sh

@ -84,6 +84,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-sysvshm \
--disable-fileinfo \
$OPTIONS \
--enable-fastcgi \
--enable-fpm \
&& make && make install && make clean
fi

Loading…
Cancel
Save