Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/290.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么要升级WAMPServer';将PHP从7.3.12更改为7.4.0会导致Argon2i错误吗?_Php_Wamp_Php 7.4_Libsodium - Fatal编程技术网

为什么要升级WAMPServer';将PHP从7.3.12更改为7.4.0会导致Argon2i错误吗?

为什么要升级WAMPServer';将PHP从7.3.12更改为7.4.0会导致Argon2i错误吗?,php,wamp,php-7.4,libsodium,Php,Wamp,Php 7.4,Libsodium,当我将WAMPServer的PHP从7.3.12升级到7.4.0时,我的站点现在显示: 这没有实现,因为在纯PHP中不可能以可接受的性能实现Argon2i 我一直在搜索,但找不到为什么升级会以这种方式破坏我的网站。我终于找到了,它是关于Magento的,与我正在使用的任何东西都无关,但它暗示我缺少PHP扩展 在WAMP的扩展中启用“钠”为我修复了它:

当我将WAMPServer的PHP从7.3.12升级到7.4.0时,我的站点现在显示:

这没有实现,因为在纯PHP中不可能以可接受的性能实现Argon2i

我一直在搜索,但找不到为什么升级会以这种方式破坏我的网站。

我终于找到了,它是关于Magento的,与我正在使用的任何东西都无关,但它暗示我缺少PHP扩展

在WAMP的扩展中启用“钠”为我修复了它: