Skip to content
Unverified Commit 07ccccec authored by Carl Schwan's avatar Carl Schwan
Browse files

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: default avatarCarl Schwan <carl@carlschwan.eu>
parent 30d8704b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment