php_mcrypt.dll requires libmcrypt.dll support
The solution is as follows:
1). In the php.ini configuration file, search for ;extension=php_mcrypt.dll
Remove the " ; " semicolon before php_mcrypt.dll and change it to
extension=php_mcrypt.dll
2). Copy libmcrypt.dll from php5 to the system32 directory.
Restart iis