将PHP5.3.6与VC6编译的Apache一起使用时,可能会出现哪些潜在问题?

将PHP5.3.6与VC6编译的Apache一起使用时,可能会出现哪些潜在问题?,php,apache,windows-server-2008,Php,Apache,Windows Server 2008,首先,我是因为我在那里没有收到任何答复。如果这违反了规则,我道歉 如果我使用Apache的VC6编译版本安装5.3.6(仅限VC9),我会(应该)遇到什么样的问题?根据我的经验,它根本不会引起任何问题。我已经在生产站点上部署了好几次(我没有管理服务器),并且发布了没有问题的项目。对不起,没有个人经验,但这提供了一些提示。 中描述了可能出现的问题 这也可能有帮助 刚刚得到: 为什么要使用VC6编译的apache?如果您担心可能的兼容性问题,那么最好使用它。Christopher,我知道最好使用VC

首先,我是因为我在那里没有收到任何答复。如果这违反了规则,我道歉


如果我使用Apache的VC6编译版本安装5.3.6(仅限VC9),我会(应该)遇到什么样的问题?

根据我的经验,它根本不会引起任何问题。我已经在生产站点上部署了好几次(我没有管理服务器),并且发布了没有问题的项目。

对不起,没有个人经验,但这提供了一些提示。 中描述了可能出现的问题

这也可能有帮助

刚刚得到:


为什么要使用VC6编译的apache?如果您担心可能的兼容性问题,那么最好使用它。Christopher,我知道最好使用VC9编译的Apache。我不确定我运行VC6编译的Apache背后的原因是否与这个问题相关——我只是在寻找可能出现的潜在问题。感谢链接。虽然有点模糊,但这可能是我将得到的最好答案。从这个答案中我可以看出,内存管理似乎是最大的潜在问题。
i tried the VC-9 version of PHP 5.3.6 with the "Unofficial WampServer Version 2.0j-32bit" and it works! in the phpinfo there is a line "Compiler MSVC9 (Visual C++ 2008)" so it is really the vc9 version working.

the unofficial wampserver (pampserver) can be downloaded here:
[sourceforge.net]

home page: www.pampserver.com

for those who want to add the php 5.3.6 version to the pampserver, do this:

0) at first, stop wampserver and make sure it is not running

1) download this [windows.php.net]

2) in "c:\wamp\bin\php\" create a folder "php5.3.6" and extract the downloaded zip file into this folder

3) in any folder with the previous version of php 5.3, find files "php.ini" , "phpForApache.ini" and "wampserver.conf" (eg. in the folder "c:\wamp\bin\php\php5.3.3\" )

4) copy these 3 files into the new "c:\wamp\bin\php\php5.3.6\" folder

5) now in the new "c:\wamp\bin\php\php5.3.6\" folder, find files "php.ini" and "phpForApache.ini" and open both files in any text editor

6) replace all occurences of "5.3.3" (or the version number you copied those files from) with "5.3.6" and save

7) go to the "c:\wamp\bin\apache\apache2.2.17\bin\" folder and delete file "php.ini"

8) start wampserver and in the menu PHP -> Version select 5.3.6

9) voila! now you can open your localhost and see the phpinfo() page and check out the php version