Home > php教程 > php手册 > body text

php_mcrypt.dll需要libmcrypt.dll支持

WBOY
Release: 2016-06-13 11:36:00
Original
1824 people have browsed it

   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

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template