Table of Contents
PHP安装
PHP安装说明
Home Backend Development PHP Tutorial PHP安装简明指南_PHP

PHP安装简明指南_PHP

Jun 01, 2016 pm 12:35 PM
apache php Install guide model

                

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安装说明

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to run the h5 project How to run the h5 project Apr 06, 2025 pm 12:21 PM

Running the H5 project requires the following steps: installing necessary tools such as web server, Node.js, development tools, etc. Build a development environment, create project folders, initialize projects, and write code. Start the development server and run the command using the command line. Preview the project in your browser and enter the development server URL. Publish projects, optimize code, deploy projects, and set up web server configuration.

What is Cross-Site Request Forgery (CSRF) and how do you implement CSRF protection in PHP? What is Cross-Site Request Forgery (CSRF) and how do you implement CSRF protection in PHP? Apr 07, 2025 am 12:02 AM

In PHP, you can effectively prevent CSRF attacks by using unpredictable tokens. Specific methods include: 1. Generate and embed CSRF tokens in the form; 2. Verify the validity of the token when processing the request.

How can you prevent a class from being extended or a method from being overridden in PHP? (final keyword) How can you prevent a class from being extended or a method from being overridden in PHP? (final keyword) Apr 08, 2025 am 12:03 AM

In PHP, the final keyword is used to prevent classes from being inherited and methods being overwritten. 1) When marking the class as final, the class cannot be inherited. 2) When marking the method as final, the method cannot be rewritten by the subclass. Using final keywords ensures the stability and security of your code.

Explain strict types (declare(strict_types=1);) in PHP. Explain strict types (declare(strict_types=1);) in PHP. Apr 07, 2025 am 12:05 AM

Strict types in PHP are enabled by adding declare(strict_types=1); at the top of the file. 1) It forces type checking of function parameters and return values ​​to prevent implicit type conversion. 2) Using strict types can improve the reliability and predictability of the code, reduce bugs, and improve maintainability and readability.

The Future of PHP: Adaptations and Innovations The Future of PHP: Adaptations and Innovations Apr 11, 2025 am 12:01 AM

The future of PHP will be achieved by adapting to new technology trends and introducing innovative features: 1) Adapting to cloud computing, containerization and microservice architectures, supporting Docker and Kubernetes; 2) introducing JIT compilers and enumeration types to improve performance and data processing efficiency; 3) Continuously optimize performance and promote best practices.

PHP vs. Python: Understanding the Differences PHP vs. Python: Understanding the Differences Apr 11, 2025 am 12:15 AM

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

How to set character encoding on the server side to solve Bootstrap Table garbled How to set character encoding on the server side to solve Bootstrap Table garbled Apr 07, 2025 pm 12:00 PM

To set character encoding on the server side to solve the garbled Bootstrap Table, you need to follow the following steps: check the server character encoding; edit the server configuration file; set the character encoding to UTF-8; save and restart the server; verify the encoding.

PHP: Is It Dying or Simply Adapting? PHP: Is It Dying or Simply Adapting? Apr 11, 2025 am 12:13 AM

PHP is not dying, but constantly adapting and evolving. 1) PHP has undergone multiple version iterations since 1994 to adapt to new technology trends. 2) It is currently widely used in e-commerce, content management systems and other fields. 3) PHP8 introduces JIT compiler and other functions to improve performance and modernization. 4) Use OPcache and follow PSR-12 standards to optimize performance and code quality.

See all articles