Home > Backend Development > PHP Tutorial > php_mcrypt.dll requires libmcrypt.dll support_PHP tutorial

php_mcrypt.dll requires libmcrypt.dll support_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-21 14:53:22
Original
1046 people have browsed it

php_mcrypt.dll requires libmcrypt.dll support

The solution is as follows:

 1). In the php.ini configuration file, search for ;extension=php_mcrypt.dll

Remove the " ; " semicolon before php_mcrypt.dll and change it to

extension=php_mcrypt.dll

 2). Copy libmcrypt.dll from php5 to the system32 directory.

Restart iis

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/371376.htmlTechArticlephp_mcrypt.dll requires libmcrypt.dll support. The solution is as follows: 1). In the php.ini configuration file, search ;extension=php_mcrypt.dll Remove the semicolon before php_mcrypt.dll and change it to extendio...
Related labels:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template