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

How are cookies created?

0 Answers  


What are encryption functions in php?

0 Answers  


What does a dependant variable mean?

0 Answers  


What is query string php?

0 Answers  


What is the default session out time?

0 Answers  


Which php framework is fastest?

0 Answers  


What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.

1 Answers  


What are access specifiers?

0 Answers  


Explain the difference between urlencode and urldecode?

0 Answers  


What are the differences between echo and print?

0 Answers  


Tell me whether it is possible to share a single instance of a memcache between multiple php projects?

0 Answers  


Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

0 Answers  


Categories