Web Hosting Talk







View Full Version : Mcrypt() on windows


PaulH
09-05-2002, 01:29 PM
I want to install mcrypt() for some scripts.

I have read the php manual and it doesnt tell me how to install this module on windows,

I have downloaded the win32 version and it is saved in folder "c:/mcrypt as it says in the readme but how do i enable it in the php.ini?????

Thanks

Paul

prosayist
09-11-2002, 02:13 PM
";extension=php_mcrypt.dll" in php.ini (remove the ';')
that might be what you need to do, might also need to move a 'dll' to the php extensions folder
NOTE: prosayist has not successfully implemented the mcrypt extension on win32 (though I haven't tried much)