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,
Asked
Active
Viewed 267 times
-1
-
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 Answers
0
composer require phpseclib/mcrypt_compat
Installed this using composer and now its working fine.

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

user3811064
- 19
- 1
-
mcrypt is now deprecated. If you can, use a more modern crypto library. – Joseph_J Jul 16 '19 at 06:14