unixman_again Posted April 29, 2015 Posted April 29, 2015 We have one 2012 R2 server running php-5.5.14-nts-Win32-VC11-x86 just fine (it has to be this version). I've setup another 2012 R2 and installed this php and when I ran php -v at dos, I got the message msvcp110.dll is missing. No problem, I downloaded and installed Visual C++ Redistributable for Visual Studio 2012 Update 4 (64 bit) and got the same result. Checking on the working box, I found the offending dll in both windows\System32 and windows\SysWOW64 but on the non-working box, just in windows\System32. I copied the dll from working windows\SysWOW64 to non-working windows\SysWOW64 and ran php -v. Same result, ie message about msvcp110.dll is missing but when you exit this message, php displays it's version (it didn't before). Obviously this message will prevents IIS from running php, and display a 500 server error message. Any ideas on how to fix? ?#@*&%! dll's
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now