Home > Backend Development > PHP Tutorial > Turn on the PHP extension module Mcrypt_PHP tutorial

Turn on the PHP extension module Mcrypt_PHP tutorial

WBOY
Release: 2016-07-14 10:06:46
Original
985 people have browsed it

Enable PHP extension module Mcrypt
in Windows environment 1. Edit php.ini and remove the ‘;’ before extension=php_mcrypt.dll;
2. Check whether there is php_mcrypt.dll under d:**php5ext, and whether there is libmcrypt.dll under d:**php5
3. Copy libmcrypt.dll to C:Windowssystem32
4. Restart the Apache server

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477918.htmlTechArticleEnable PHP extension module Mcrypt in Windows environment 1. Edit php.ini and remove extension=php_mcrypt.dll ;; 2. Check whether there is php_mcrypt.dll under d:**php5ext, and whether there is d:**php5...
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