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

Is polymorphism inherited?

0 Answers  


Tell me will a comparison of an integer 12 and a string "13" work in php?

0 Answers  


What exactly is PHP?

0 Answers  


How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not

6 Answers   TCS,


How do I run a php file?

0 Answers  






How does the identity operator ===compare two values in PHP?

0 Answers  


How do I know my xampp version?

0 Answers  


Tell me what is the difference between ereg_replace() and eregi_replace()?

0 Answers  


How do I escape data before storing it in the database?

0 Answers  


Explain how to submit form without a submit button.

0 Answers  


How to check a variable is an array or not in php?

0 Answers  


What is a php web application?

0 Answers  


Categories