Home  >  Article  >  Backend Development  >  Windows2003 64位系统上无法运行PHP的解决方法

Windows2003 64位系统上无法运行PHP的解决方法

WBOY
WBOYOriginal
2016-06-13 12:18:251119browse

Windows2003 64位系统上无法运行PHP的解决办法
“随着64位技术的流行,很多人开始使用64位的服务器了,但是可能不少人发现php无法直接运行在64位的系统上。”

随着64位技术的流行,很多人开始使用64位的服务器了,但是可能不少人发现php无法直接运行在64位的系统上。其实解决的办法很简单,只要在CMD里面运行下面的命令就可以了。

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

Statement:
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