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 \ --enable-sysvshm \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fastcgi \
--enable-fpm \ --enable-fpm \
&& make && make install && make clean && make && make install && make clean
fi fi

Loading…
Cancel
Save