PHP 7.4
web servers : bitnami and xampp
I have been trying to test joomla 4 with php 7.4.
BDD is installed OK but I can't overcome this error while entering a password:
"This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP "
Tested on bitnami and xampp vm for mac, both equipped with php 7.4.
Any workaround ?
I know it's quite early to ask that but as I noticed some of you were already testing php 7.4, I wondered if someone had a solution.
Closing as not a core issue, see #27375 (comment) for details.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-29 16:04:12 |
Closed_By | ⇒ | richard67 |
Thanks anyway.
You need to install
ext/sodium
through PECL or compile PHP with Argon support enabled (both of which requirelibsodium
installed).The
sodium_compat
library cannot polyfill all functions in pure PHP, you have hit one of those cases.Issue can be closed, nothing to do with core Joomla.