php_mcrypt.dll需要libmcrypt.dll支持
解决方法如下:
1). 在php.ini配置文件中,搜索 ;extension=php_mcrypt.dll
将php_mcrypt.dll前的 " ; "分号去掉改成
extension=php_mcrypt.dll
2). 从php5中复制 libmcrypt.dll 到system32目录下。
重启iis
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn