Update install.sh

pull/109/head
midoks 6 years ago
parent 8264b286f6
commit bb51e705c4
  1. 2
      plugins/php/versions/72/install.sh

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

Loading…
Cancel
Save