标签:
在使用php时,报错:Fatal error: Call to undefined function mcrypt_cbc()
原因:没有安装或配置好php相关的软件
解决:
1)安装:
php-mcrypt
2)重启php-fpm
service php-fpm restart
3)重启ngingx或apache
其中可能需要在/etc/php.ini 中增加:extension=mcrypt.so;
[解决]php Call to undefined function mcrypt_cbc
标签:
原文地址:http://www.cnblogs.com/jinboke/p/4643581.html