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 |
How are cookies created?
What are encryption functions in php?
What does a dependant variable mean?
What is query string php?
What is the default session out time?
Which php framework is fastest?
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.
What are access specifiers?
Explain the difference between urlencode and urldecode?
What are the differences between echo and print?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?