手机
当前位置:查字典教程网 >编程开发 >php教程 >win7 64位系统 配置php最新版开发环境(php+Apache+mysql)
win7 64位系统 配置php最新版开发环境(php+Apache+mysql)
摘要:一:准备阶段1:phpphp-5.5.13下载链接:http://windows.php.net/downloads/releases/ph...

一 :准备阶段

1:php

php-5.5.13下载链接:http://windows.php.net/downloads/releases/php-5.5.13-Win32-VC11-x64.zip

推荐 Thread Safe(线程安全) V11 x64,也就是64bit的。

现在PHP官网上下载PHP安装包都有VC11或VC9的字样,这是什么含义,我们应该下载哪种安装包更好呢?

其实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.

VC9意思就是该版本PHP是用VisualStudio2008编译的,而VC11则是用VisualStudio2012编译的。这意味着

如果你下载的是VC9版本的,就需要先安装VisualC++RedistributableforVisualStudio2008SP1,

如果你下载的是VC11版本的,就需要先安装VisualC++RedistributableforVisualStudio2012.

V11是微软的一个组件,如果不安装的话会提示 msvcr110.dll丢失。

下载链接:

【win7 64位系统 配置php最新版开发环境(php+Apache+mysql)】相关文章:

用Php实现链结人气统计

PHP默认安装产生系统漏洞

通过ICQ网关发送手机短信的PHP源程序

桌面中心(一)创建数据库

PHP查找与搜索数组元素方法总结

简单解决新浪SAE无法上传文件的问题

用PHP制作静态网站的模板框架(一)

967 个函式

Win2008 PHP 配置环境搭建 教程

微信access_token的获取开发示例

精品推荐
分类导航