AndieB Posted February 6, 2009 Share Posted February 6, 2009 Hi all, I just installed Apache 2.2, PHP5 and MySQL on my laptop. It worked fine and was quite easy. Then I downloaded the phpMyAdmin application. This application complains and alerts me the mcrypt and mbstring needs to be in place in order to function properly. I checked the PHP.ini file and found nothing about mcrypt. Did some search and found an article that I have to add extension=php_mcrypt.dll. But I then noticed that a mbcrypt.dll file is missing and I can not find it anywhere. Any kind soul who can help me out? Sincerely, Andreas Link to comment https://forums.phpfreaks.com/topic/144048-solved-problem-with-mcrypt-on-a-windows-box/ Share on other sites More sharing options...
corbin Posted February 6, 2009 Share Posted February 6, 2009 First off it should be php_mcrypt.dll and php_mbstring.dll. Anyway, how did you install PHP? Link to comment https://forums.phpfreaks.com/topic/144048-solved-problem-with-mcrypt-on-a-windows-box/#findComment-756317 Share on other sites More sharing options...
AndieB Posted February 7, 2009 Author Share Posted February 7, 2009 First off it should be php_mcrypt.dll and php_mbstring.dll. Anyway, how did you install PHP? I used a Windows installer. But I managed to solve it. I downloaded the ZIP file and in that, I found ALL the .dll files. Thank you for your willingness to help! --Andreas Link to comment https://forums.phpfreaks.com/topic/144048-solved-problem-with-mcrypt-on-a-windows-box/#findComment-756668 Share on other sites More sharing options...
corbin Posted February 7, 2009 Share Posted February 7, 2009 Yeah, I was going to say that if you used the installer, you'll just need to download the zip. I hate the PHP installer. Link to comment https://forums.phpfreaks.com/topic/144048-solved-problem-with-mcrypt-on-a-windows-box/#findComment-756895 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.