Home > Backend Development > PHP Tutorial > How to make PHP5 run under Win2003 X64_PHP Tutorial

How to make PHP5 run under Win2003 X64_PHP Tutorial

WBOY
Release: 2016-07-13 17:34:21
Original
784 people have browsed it

If it is apache2.2 for win2003 x64
Just download this
http://www.fusionxlan.com/PHPx64/PHP-5.1.4-x64-2006-06-04.zip compiled version.


If you run it in x64 iis like I did, the method is as follows
1. Install php first. I won’t go into details here. There are many articles online
2. Start-Run-cmd
3. Go to the directory where the %SYSTEMDRIVE%inetpubadminscriptsadsutil.vbs file is located, which is the superior directory of the iis default site directory. If you have not changed it before, it will be on the c drive.
4 Enter CSCRIPT ADSUTIL.VBS SET W3SVC/AppPools/Enable32bitAppOnWin64 1 and press Enter
5 iisreset
Open php and you will find that the operation is successful.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/508493.htmlTechArticleIf it is apache2.2 for win2003 x64, download this http://www.fusionxlan.com/PHPx64/ PHP-5.1.4-x64-2006-06-04.zip compiled version. If you run it in x64 iis like I did...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template