-1

I am getting issue related to the M CRYPT while i updated my PHP version. I installed M CRYPT extension but its working in Ubuntu server and not working in window system,

  • From the manual, "*This feature was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0.*". https://www.php.net/manual/en/intro.mcrypt.php -- there's also recommended replacements. – Qirel Jul 16 '19 at 06:19

1 Answers1

0
composer require phpseclib/mcrypt_compat

Installed this using composer and now its working fine.

Aman Kumar
  • 4,533
  • 3
  • 18
  • 40