Hi Sanjeet 2014-09-03 0:09 GMT+02:00 sanjeet arya <[email protected]>: > I'm having problem in installing php in windows 7. The error message > shown is " The program can't start because MSVCR110.dll is missing > from your computer. Try reinstalling the program to fix this problem" > What is MSVCR110.dll and how can I fix this problem,
Despite this not being a help mailing list I've decided to give you quickly help you here; MSVCR is the Microsoft Visual C++ Runtime, version 11.0 and it can be found on the Microsoft download center here: http://www.microsoft.com/en-us/download/details.aspx?id=30679 This article (bookmark this), contains a list of the different versions in case you ever get a similar issue with PHP, or other applications needing the runtime: http://support.microsoft.com/kb/2019667 -- regards, Kalle Sommer Nielsen [email protected] -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
