欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

小弟我弄不懂VC++,net framework,visual studio ,visual studio 2008等开发工具,之间关系

程序员文章站 2022-06-16 20:26:26
...
我弄不懂VC++,.net framework,visual studio ,visual studio 2008等开发工具,之间关系?
Apache
Please use the Apache builds provided by Apache Lounge. They also provide VC11 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.

If you are using PHP with Apache 1 or Apache2 from apache.org (not recommended) you need to use the older VC6 versions of PHP compiled with the legacy Visual Studio 6 compiler. Do NOT use VC9+ versions of PHP with the apache.org binaries.

With Apache you have to use the Thread Safe (TS) versions of PHP.

VC9 and VC11
More recent versions of PHP are built with VC9 or VC11 (Visual Studio 2008 and 2012 compiler respectively) and include improvements in performance and stability.

The VC9 builds require you to have the Visual C++ Redistributable for Visual Studio 2008 SP1 x86 or x64 installed.

The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012 x86 or x64 installed.

我弄不懂VC++,.net framework,visual studio ,visual studio 2008等开发工具,之间关系?
比如在windows系统安装好,是不是自带有VC++?visual studio ?然后开发asp.net需要安装.net framework?
visual studio ,visual studio 2008又分别是什么?是不是windows系统会有只要升级就可?
------解决方案--------------------
VC++ 微软的 Visual C++ 简称
VC6 用于开发16位和准16位应用程序,典型操作系统 win98、nt
VC9 用于开发32位和准32位应用程序,典型操作系统 winXP、win2003
VC11 用于开发64位和准64位应用程序,典型操作系统 win7、win2008
如果你的操作系统等于或高于典型操作系统,并已打了最新的sp补丁
则相应的vc运行库就已经存在于你的系统中了,否则php加载时会提醒你缺少动态链接库
如果有提示,请不要紧张,下载一个安装就可以了(可能需要重启机器)
注意:VC编译器不向下兼容,所以要根据你的操作系统选择对应的 php 版本

.net framework 微软的 .net 运行库
visual studio 微软系列语言开发工具
这两个东西不是默认安装的,前者可随应用程序自动安装(有提示)
后者是需要付费的,不要随意使用盗版(破解版),以免开发出的产品有版权官司

------解决方案--------------------
楼上正解。不过这之间的关系还是比较复杂的。简单理解就好
------解决方案--------------------
首先,你粘贴的那段声明已经过时了。这段声明是在 php 的 vc6 版本向 vc9 版本过渡的时期做的,因为当时有一些技术问题没有解决

选择 php 版本的基础是你的系统支持的 vc 运行库的版本
这一点我 #1 已经说过了

小弟我弄不懂VC++,net framework,visual studio ,visual studio 2008等开发工具,之间关系

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频