1.到 www.php.net 下载最新的 php for win32.
2.解压全部文件到你需要的目录,推荐你选择: c:\php3\;
3.拷贝文件php3-dist.ini到你的windows目录,然后更名为php3.ini;
c:\windows 95或98是这个名字
c:\winnt or c:\winnt40 这是NT的目录
4.编辑你的php3.ini文件:把extension_dir选项设置成你解压文件的目录,这里我
们的是c:\php3
5.把doc_root设置成你的WEB站点的根目录,如c:\apache\htdocs或者c:\webroot
6.从这里开始我们要分开设置了:
*Windows 95/98/NT and PWS/IIS 3的走这边:
运行regedit程序;
@找到这个注册键: HKEY_LOCAL_MACHINE /System /CurrentControlSet /Servic
es /W3Svc /Parameters /ScriptMap.
@在编辑菜单中选: New->String Value.
@在键名处键入你希望让PHP3解释器解析的文件扩展名:例如 .php3 前面有个点,
不要忽略!
@双击刚刚建的注册键,在键值处输入PHP.EXE文件的路径及文件名,例如 c:\php3
\php.exe %s %s 这两的s%可不能少哟,否则........
@你可以重复上面两个步骤来增加很多要PHP3解析的文件名,我就增了一个aaa来让
它解释....:))))))
@找到这个注册键:HKEY_CLASSES_ROOT
@在编辑菜单里选新建->主键
@把这个主键命名为.php3 同上面一样,然后双击它的缺省值,输入 phpfile
@现在再在HKEY_CLASSES_ROOT建一个名为phpfile的主键,把它的缺省值设为 PHP
Script,然
后在phpfile上单击右键选择新建->串值,命名为Shell,
在Shell上击右键,新建一个Open键,
在Open上击右键,新建一个command键
把command键的键值设为php.exe的路径和文件名,如 c:\php3\php.exe,
OK了!
*apache同志来这里看看:
·把所有的PHP文件解压到c:\php3g下;
·把PHP3-DIST.ini更名成php3.ini,然后拷到WINDOWS目录下;
·在apache的conf目录下编辑httpd.conf文件
·把下面几行按实际的地方设置好:
ScriptAlias /php3/ "c:/path-to-php-dir/"
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .phtml
Action application/x-httpd-php3 "/php3/php.exe"
·Windows NT and IIS 4
在INTERNET SERVICE MANAGER (MMC)里,
选择站点
右击,调出属性,选择主目录标签
单击配置按钮,选择应用程序标签
单击增加,在可执行文件框里输入 c:\php3\php.exe s% s% 注意不要丢掉s%
在扩展名框里输入 .php3
设置安全级,如果你使用NTFS文件系统的话,让PHP文件的目录拥有客户的执行权
!
----------------------------------------------------------------------
---
转载自"草堂论坛"
原文由"蜡人"发表

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1
Powerful PHP integrated development environment