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