msvcr110.dll is missing from computer error while installing PHP

后端 未结 6 1737
感情败类
感情败类 2021-01-31 07:44

I am trying to install PHP(5.5). I extracted the zip file in C:\\php folder. And I also set the \'Path\' system variable to C:\\php. But when I open co

6条回答
  •  我在风中等你
    2021-01-31 08:12

    You need to install the Visual C++ libraries: http://www.microsoft.com/en-us/download/details.aspx?id=30679

    As mentioned by Stuart McLaughlin, make sure you get the x86 version even if you use a 64-bits OS because PHP needs some 32-bit libraries.

提交回复
热议问题