Page 1 of 1

mcrypt missing

PostPosted: 17. July 2011 20:19
by doyler78
I need mcrypt however there is no extension=php_mcrypt.dll to uncomment in the php.ini file.

I have checked the ext folder of php and there is no mcrypt file there.

How do I get mcrypt installed?

Re: mcrypt missing

PostPosted: 18. July 2011 03:15
by Sharley
mcrypt is already compiled and enabled by default in version XAMPP 1.7.4 > and so does not need an extension.
http://localhost/xampp/phpinfo.php
Look for the section mcrypt and establish for yourself that it is indeed enabled.

Re: mcrypt missing

PostPosted: 18. July 2011 07:14
by doyler78
Thanks - it is indeed. Will teach me to look at the phpinfo() first :oops: