How to install PHP with --mcrypt and --mhash?



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

Post New Answer

More PHP Interview Questions

What is the diffrence between GET,POST and REQUEST Method.

7 Answers   Acquity Software,


What is cURL in PHP?

0 Answers  


Can you use both this () and super () in a constructor?

0 Answers  


Can you give example for trait in php?

0 Answers  


What is the full form of PHP?

28 Answers   Apple, Nandhini, PHP,






Explain the syntax for ‘foreach’ loop with example.

0 Answers  


What is the importance of php?

0 Answers  


What is the use of "ksort" in php?

0 Answers  


What's the difference between __sleep and __wakeup?

0 Answers  


What is htaccess?

1 Answers  


What are the array functions in php?

0 Answers  


What are magic methods?

0 Answers  


Categories