Update install.sh

pull/109/head
Mr Chen 6 years ago
parent 82f666e4e8
commit 46b942247c
  1. 2
      plugins/php/versions/56/install.sh

@ -55,7 +55,7 @@ cd $sourcePath/php/php-5.6.36 && ./configure \
--enable-soap \
--enable-posix \
--enable-fpm \
&& make && make install && make clean
&& make clean && make && make install && make clean
#------------------------ install end ------------------------------------#
}

Loading…
Cancel
Save