Home > php教程 > php手册 > 让PHP5在Win2003 X64 下运行的方法

让PHP5在Win2003 X64 下运行的方法

WBOY
Release: 2016-06-13 10:33:18
Original
1012 people have browsed it

如果是apache2.2 for win2003 x64 的话
就下载此
http://www.fusionxlan.com/PHPx64/PHP-5.1.4-x64-2006-06-04.zip 编译好的版本.


如果像偶一样运行在x64 iis里的话,方法如下
1.先安装好php 这里就不多说了网上文章很多
2.开始-运行-cmd
3.到达%SYSTEMDRIVE%inetpubadminscriptsadsutil.vbs 文件所在的目录,就是iis默认站点目录的上级目录,如果你之前没改过就在c盘.
4输入CSCRIPT ADSUTIL.VBS SET W3SVC/AppPools/Enable32bitAppOnWin64 1 回车
5 iisreset
打开php就会发现运行成功了.
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template