How to install PHP 7.4 mcrypt module in Cpanel Server

cPanel Server

mcrypt is a PHP module, that was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0. mcrypt is removed from PHP, now it is available as a PECL module at https://pecl.php.net/package/mcrypt To install mcrypt on Cpanel Server, first, install libmcrypt-devel package with yum yum install -y libmcrypt-devel To install the module with PHP 7.4, run … Read more