当前位置:Gxlcms > PHP教程 > laravel5.2openssl_encrypt()的问题?

laravel5.2openssl_encrypt()的问题?

时间:2021-07-01 10:21:17 帮助过:14人阅读

Call to undefined function IlluminateEncryptionopenssl_encrypt()

怎么回事啊,php是5.6.23,也开启了extension=php_openssl.dll,老是报这个错。

回复内容:

Call to undefined function IlluminateEncryptionopenssl_encrypt()

怎么回事啊,php是5.6.23,也开启了extension=php_openssl.dll,老是报这个错。

你看看那里是不是:

$value = \openssl_encrypt(serialize($value), $this->cipher, $this->key, 0, $iv);

人气教程排行