Home > php教程 > php手册 > body text

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

WBOY
Release: 2016-06-13 09:49:46
Original
1114 people have browsed it

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

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!