Update install.sh

pull/445/head
midoks 2 years ago
parent 222943e312
commit c4171a9506
  1. 1
      plugins/php/versions/82/install.sh

@ -135,6 +135,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--enable-sysvshm \
--disable-intl \
--disable-fileinfo \
--with-password-argon2 \
$OPTIONS \
--enable-fpm
make clean && make -j${cpuCore} && make install && make clean

Loading…
Cancel
Save