19 9 / 2011
Plugging mcrypt into PHP
If you had issue with phpMyAdmin regarding mcrypt module, please do the following:
- download mcrypt library from http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/ not the mcrypt
- then, you need to get to know your current PHP version using phpinfo(); mine is PHP-5.3.6, so I would download the following file from php.net - http://museum.php.net/php5/php-5.3.6.tar.gz
- before do any installation, please read the tutorial by Michael Gracie
Enjoy!