I'm trying to install libmcrypt.dll in my local copy of PHP.
I have a windows machine (xp Pro)
I follow the directions from the official php site:
http://us2.php.net/mcrypt
I tried to follow these vague instructions:
http://ftp.emini.dk/pub/php/win32/mcrypt/old/README.txt
When I placed everything in the right spot and i try to see if I can see it in my phpinfo(); I get an error message...
Unknown(): Invalid library (maybe not a php library) 'libcrypt.dll'
This is where I put it:
C:\PHP\extensions
And this is what i added to my php.ini:
extension_dir = "c:\php\extensions"
extension=libmcrypt.dll
Am i doing something wrong here? please help
THANKS
Chris