PHP安装简明指南_PHP
PHP安装
作者:sports98
使用PHP环境的WEB工作环境越来越多了,PHP版本也在从PHP3逐步的完善到PHP4,然后到php4.2.2
php4.2.3,php4.3.0RC2;早一段时间就有人问php4.2.2与apache2的结合存在问题,后来在linuxforum.net内
看到一帖采用更改SOURCE的办法通过编译,也没去尝试。随着工作的需要以及个人的爱好,在自己机器上使
用PHP,由于其他很多工作是在WIN系统下完成的因此我就主说一下PHP在WIN系统下的配置。
先说明一下本人机器配置:
CPU:P4 1.5G
RAM:256MB
HD :40G
系统环境:
Windows Advanced Server Sp3
Web系统:
IIS5.0
Apache
Apache2
数据库 :
Mysql4.0
老版本安装:
早期采用的是php4.1.2安装方法以前帖子都有提到,这里再简单的说一下
IIS内安装PHP我习惯使用ISAPI模式安装,CGI模式不喜欢使用(个人爱好而已~),好象很多书上写的
多半是CGI模式的安装,原因很简单~,CGI的安装模式是比较简单的,
PHP以CGI模式安装到IIS
======================
开始-》设置-》控制面版-》管理工具-》Internet 服务管理器
右键选取WEB站点,选择[属性]
Web站点属性对话页面 -》 主目录 -》 配置 -》 添加 -》可执行文件为(php.exe %s%s)--找到你的PHP安装目录
扩展名不用说了,肯定是php了
然后修改一下你的文档,增加个index.php
运行cmd.exe ->net stop iisadmin ->net start w3svc (你也可以利用Internet 服务管理器进行IIS重起就可以了)
访问一下你的http://localhost,当然了最好放个phpinfo();来检测一下
*******此方法通用php4.1.* -4.2.* -4.3.0
PHP以ISAPI模式安装到IIS
=======================
开始-》设置-》控制面版-》管理工具-》Internet 服务管理器
右键选取 *机器名 -》属性
编辑WWW属性-》ISAPI 筛选器-》添加-》名为PHP,路径应为%PATHTOPATH%\sapi\php4isapi.dll
点选文档-》增加index.php
编辑站点,重复一下步骤OK
重新启动IIS,方法见上,然后检测
*******此方法通用php4.1.* -4.2.* -4.3.0
PHP4.1(3).X以apache模式安装到Apache/Apache2
========================================
编辑Apache配置文件httpd.conf
增加
LoadModule php4_module $PATHTOPHP$/sapi/php4apache(2).dll --(2)为Apache2所使用
AddModule mod_php4.c
AddType application/x-httpd-php .php
DirectoryIndex 后增加index.php
(其他的比如说文档的主服目录等自己设置)
重新启动Apache
********此方法适用PHP4.1.x/4.3.0
PHP4.1(3).X以CGI模式安装到Apache/Apache2
========================================
编辑Apache配置文件httpd.conf
增加
ScriptAlias /php/ "%PATHTOPHP%"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
DirectoryIndex 后增加index.php
(其他的比如说文档的主服目录等自己设置)
重新启动Apache
********此方法适用PHP4.1.x/4.3.0
PHP4.2.x安装到Apache(Apache模式/cgi模式)
====================
方法同4.1一样
PHP4.2.X安装到Apache2
始终没没安装成功过,提示错误,我更换为php4.3.0RC2后安装成功
System Windows NT localhost 5.0 build 2195
Build Date Nov 27 2002 21:11:38
Server API Apache 2.0 Filter
====================
以上为本人对PHP(Win系统下)安装的一点,希望对各位有所帮助。等过段时间手里事情忙了个清单后再考虑写一下在
linux下的安装~:)
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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP is used to build dynamic websites, and its core functions include: 1. Generate dynamic content and generate web pages in real time by connecting with the database; 2. Process user interaction and form submissions, verify inputs and respond to operations; 3. Manage sessions and user authentication to provide a personalized experience; 4. Optimize performance and follow best practices to improve website efficiency and security.

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

PHP uses MySQLi and PDO extensions to interact in database operations and server-side logic processing, and processes server-side logic through functions such as session management. 1) Use MySQLi or PDO to connect to the database and execute SQL queries. 2) Handle HTTP requests and user status through session management and other functions. 3) Use transactions to ensure the atomicity of database operations. 4) Prevent SQL injection, use exception handling and closing connections for debugging. 5) Optimize performance through indexing and cache, write highly readable code and perform error handling.

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

The core benefits of PHP include ease of learning, strong web development support, rich libraries and frameworks, high performance and scalability, cross-platform compatibility, and cost-effectiveness. 1) Easy to learn and use, suitable for beginners; 2) Good integration with web servers and supports multiple databases; 3) Have powerful frameworks such as Laravel; 4) High performance can be achieved through optimization; 5) Support multiple operating systems; 6) Open source to reduce development costs.

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

PHP is a server-side scripting language used for dynamic web development and server-side applications. 1.PHP is an interpreted language that does not require compilation and is suitable for rapid development. 2. PHP code is embedded in HTML, making it easy to develop web pages. 3. PHP processes server-side logic, generates HTML output, and supports user interaction and data processing. 4. PHP can interact with the database, process form submission, and execute server-side tasks.
