Home  >  Article  >  Backend Development  >  php_mcrypt.dll requires libmcrypt.dll support_PHP tutorial

php_mcrypt.dll requires libmcrypt.dll support_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 14:53:22945browse

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...
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