From c4171a9506bbd3e88fd00b2f90c691ffcfcd7040 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 25 Aug 2023 15:09:54 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/82/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/82/install.sh b/plugins/php/versions/82/install.sh index 29abdbf4d..d66ce1883 100755 --- a/plugins/php/versions/82/install.sh +++ b/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