配置:把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即可運行!