]> source.dussan.org Git - nextcloud-server.git/commit
Only recommand for php-sodium on >= PHP 7.4 28656/head
authorCarl Schwan <carl@carlschwan.eu>
Fri, 6 Aug 2021 12:22:09 +0000 (14:22 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 31 Aug 2021 07:18:42 +0000 (07:18 +0000)
commit5620eed6ef7e1666deb8257d9c8a8485d444d263
treec013ac5b20a94935a3cf21a1e0efb7223c124879
parent249e19b65c26adc86624c9ded62b4887f5bc8262
Only recommand for php-sodium on >= PHP 7.4

This is because php-sodium will solve the missing PASSWORD_ARGON2I
constant problem only on >= php 7.4, previously argon2 wasn't part of
the standard extension and was disabled on Centos/RHEL.

So installing php-sodium on php 7.2 for example wouldn't hide the
message. Tested on Fedora with php 7.4, Centos 7 with php 7.2,
Centos 8 with php 7.2 and openSUSE with php 7.4.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
apps/settings/lib/Controller/CheckSetupController.php