Home > Backend Development > PHP Tutorial > Solution to php unable to load mcrypt.dll_PHP Tutorial

Solution to php unable to load mcrypt.dll_PHP Tutorial

WBOY
Release: 2016-07-21 15:12:31
Original
971 people have browsed it

Look for extension=php_mcrypt.dll in 1.php.ini, remove the semicolon ";" in front of it, restart apache. It has no effect (note: php.ini is in the dinwos directory in AppServ)

2. Copy libmcrypt.dll in the php directory to the windows/system32 directory, restart IIS, it has no effect

3. My own summary: try it, copy libmcrypt.dll to the bin directory of apache, and it will take effect

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/326687.htmlTechArticle1. Find extension=php_mcrypt.dll in php.ini, remove the semicolon ";" in front, and restart apache .Invalid (note: php.ini is in the dinwos directory in AppServ) 2. Copy libmcrypt.dll in the php directory to...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template