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 does the arrow mean in php?
How to read a file in php?
What is the best way to test the strpos() return value in php?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
How will you create a bi-lingual site (multiple languages) ?
What is whitespace in html?
What is difference Between PHP 5 and 7?
can any please tel me about "Expression Engine"
coding for deleting items form data base on select
What is meant by nl2br()?
4 Answers Rushmore Consultancy,
How does cookies work in php?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?