How to install PHP with --mcrypt and --mhash?
Answer / shanmuga
It is only for windows server...
First u download the libmcrypt.dll from internet.And put the
dll into your system32 folder.
URL for that library.
http://ftp.emini.dk/pub/php/win32/mcrypt/
Then enable the line
extension=php_mcrypt.dll
in php.ini and restart apache.
Now the mcrypt function will work.
| Is This Answer Correct ? | 2 Yes | 3 No |
What the difference between the 'bitwise and' operator and the 'logical and' operator?
Difference between $message vs. $$Message in php.
What is http php?
How can MYSQL functions be available with PHP?
What is a php array?
how retrive the video file in php using video tag
What is the special meaning of __sleep and __wakeup?
How to find datatype of variable in php?
Write an example to remove html tags from a string in php?
How to get the DNS servers of a domain name?
How to process the uploaded files?
How to generate a form?