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 Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.