Enable Mcrypt In Php Ini In Xampp Php Ini

[Solved] Enable Mcrypt In Php Ini In Xampp Php Ini | Php - Code Explorer | yomemimo.com
Question : enable mcrypt in php ini in xampp php.ini

Answered by : ankur-prajapati

First, you should download the suitable version for your system from here: https://pecl.php.net/package/mcrypt/1.0.3/windows
Then, you should copy php_mcrypt.dll to ../xampp/php/ext/
and then enable the extension by adding extension=mcrypt to your xampp/php/php.ini file.
It works for me.

Source : | Last Update : Thu, 18 Mar 21

Answers related to enable mcrypt in php ini in xampp php ini

Code Explorer Popular Question For Php