【发布时间】:2013-06-16 12:35:32
【问题描述】:
我正在尝试使用 Laravel 执行以下行,
Hash::make('asdqwe');
但它失败并出现此错误:
Bcrypt hashing not supported.
我检查了我的php.ini 和extension=mcrypt.so 已启用,phpinfo() 会显示:
有什么想法吗?谢谢
【问题讨论】:
我正在尝试使用 Laravel 执行以下行,
Hash::make('asdqwe');
但它失败并出现此错误:
Bcrypt hashing not supported.
我检查了我的php.ini 和extension=mcrypt.so 已启用,phpinfo() 会显示:
有什么想法吗?谢谢
【问题讨论】:
Laravel 4 至少需要 PHP 5.3.7 并安装了 MCrypt 扩展
【讨论】: