This repository was archived by the owner on Jan 23, 2023. It is now read-only.
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Missing Argon2i support #16
Closed as not planned
Description
Hi
It seems that Argon2i support is missing from php74
but it is present in php73
:
[me@php73 ~]$ php -r "echo PASSWORD_ARGON2I;"
2
[me@php74 ~]$ php -r "echo PASSWORD_ARGON2I;"
PHP Warning: Use of undefined constant PASSWORD_ARGON2I - assumed 'PASSWORD_ARGON2I' (this will throw an Error in a future version of PHP) in Command line code on line 1
Warning: Use of undefined constant PASSWORD_ARGON2I - assumed 'PASSWORD_ARGON2I' (this will throw an Error in a future version of PHP) in Command line code on line 1
PASSWORD_ARGON2I
Any chance we can get the missing support for php74 repo?
Metadata
Metadata
Assignees
Labels
No labels