php5.3与apache

    前几天,突然不想再继续用xampp了,然后呢,就自己开始配置apache,php,mysql(在win下);在下载php的时候突然发现官网出现了一个问题:

    首先我们都知道,php发布有两种版本的,也不能说是版本了,就是有vc9与vc6的区别,官网说的是

If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP

If you are using PHP with IIS you should use the VC9 versions of PHP

VC6 Versions are compiled with the legacy Visual Studio 6 compiler

VC9 Versions are compiled with the Visual Studio 2008 compiler and have 

    也就是说使用apache需要使用vc6的php,vc9的php是用vc2008编译的 ,而vc6的php是用vc6编译的,apache是用vc6编译的,所以为了兼容性我们要使用同为vc6编译的php版本;但是php官网并没有vc6的5.3版本,上网搜了一下,终于在stackoverflow上找到了这个问题,在这里。原来apache有一个vc9的版本,但似乎不是官方的,在这里,但注意使用是所用的插件必须也是vc9编译的。

posted on 2011-06-19 20:13  wuxun  阅读(1564)  评论(2编辑  收藏  举报

导航