Hi all,
I installed PHP thru the XAMPP package on my windows machine.
The problem, I couldn't solve, is that the mcryppt funcs don't work.
It return the following message:
Call to undefined function mcrypt_decrypt() ...
If I write a
<?php
echo ***";
echo function_exists("mcrypt_decrypt");
echo function_exists("mcrypt_encrypt");
echo "***";
?>
it return nothing between the six asterisks.
I downloaded the libmcrypt.dll and copied it under c:\windows\system32
and erased the ";" in the extension=php_mcrypt.dll line.
But it still doesn't work.
Anyone could help me?
Thank you