Home  >  Article  >  php教程  >  pws+php3在win98下的安装与配置

pws+php3在win98下的安装与配置

WBOY
WBOYOriginal
2016-06-13 10:25:23953browse

配置:把c:php3php3.ini-inst copy 为php3.ini并修改
找到dic_root=xxxx,改为dic_root=c:inetpubwwwroot
找到extension_dir=./ 改为extension_dir=c:php3
把php3.ini copy to c:windows
修改regedit.exe: hkey_local_machine/system/CurrentControlSet/services/W3Svc/Parameters/ScriptMap,右击ScriptMap,新建串值,输入PHP3 script程序使用的扩展名,如:.php3。在新建的串值输入:c:php3php.exe %s %s。同理建立".php",".phtm3" 两个字串。
hkey_classes_root下建立新主键.php3;将右栏默认键值设为phpfile.同理建立".php",".phtm3" 的
hkey_classes_root下建立新主键phpfile,将右栏默认键值设为phpScript;再做phpfile-shell-open-command,将右栏默认键值设为c:php3php.exe %1。
将php3文件放到C:inetpubwwwroot即可运行!

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