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 is the difference between exception::getmessage and exception::getline?
Do you know what is the differences between $a != $B and $a !== $B?
Which function Returns the time of sunrise for a given day / location in PHP.
How you can update memcached when you make changes to php?
How the web server interprets php and interacts with the client?
What does session start do in php?
What is var_dump?
What happens when submit button is clicked?
What is session_start () in php?
How to execute a php script from the command line?
What is preg_match?
What is the difference between for and foreach loop in php?