How to install mcrypt extension in xampp

后端 未结 3 1839
醉梦人生
醉梦人生 2020-12-10 11:44

how to install mcrypt in xampp on windows?

My PHP Version 7.0.5 and xampp pack have not mcrypt extension so how can i install mcryp

3条回答
  •  感情败类
    2020-12-10 12:30

    First, you should download the suitable version for your system from here: https://pecl.php.net/package/mcrypt/1.0.3/windows

    Later, you should copy php_mcrypt.dll under ../xampp/php/ext/ and you should enable extension like extension=mcrypt from xampp/php/php.ini

提交回复
热议问题