安装PHP时,计算机错误中缺少msvcr110.dll [英] msvcr110.dll is missing from computer error while installing PHP

查看:163
本文介绍了安装PHP时,计算机错误中缺少msvcr110.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试安装PHP(5.5)。
我提取了 C:\php 文件夹中的zip文件。而且我还将'Path'系统变量设置为 C:\php 。但是当我打开命令提示符并键入 php 我得到错误说:


程序无法启动,因为您的
计算机中缺少MSVCR110.dll。尝试重新安装程序来解决这个问题。


我在 C:\Windows\\ \\ System32 目录,我可以在那里找到该文件。
如何摆脱这个错误?
任何帮助将不胜感激。



感谢Advance。

解决方案>

您需要安装Visual C ++库: http://www.microsoft .com / en-us / download / details.aspx?id = 30679



如Stuart McLaughlin所说,确保你得到x86版本,即使您使用64位操作系统,因为PHP需要一些32位库。


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 command prompt and type php I get error saying:

The program can't start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this problem.

I checked for this dll in C:\Windows\System32 directory and I could locate the file there. How to get rid of this error? Any help would be appreciated.

Thanks in Advance.

解决方案

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.

这篇关于安装PHP时,计算机错误中缺少msvcr110.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆