Home php教程 php手册 在Windows下安装PHP3

在Windows下安装PHP3

Jun 21, 2016 am 09:13 AM
home http php windows

window

本文只讨论如何在Windows NT 4.0或Windows 20000和IIS 4.0下安装PHP3。
我用的PHP3为php-3.0.14-win32.zip。
一、软件下载
  您可以从http://www.php.net/download-php.php3下载到最新的Win32 binary版本。
二、软件安装
  你可以从http://www.php.net/manual/install-windows95-nt.php3获取详细的安装
方法。您可以按下面的方法进行安装:
  1、将下载的软件用WinZIP等.zip解压缩工具解压缩到你要一个目录,在这里用$PHP_HOME
标识;
  2、把$PHP_HOME目录下的php3.ini-dist文件拷贝到'%Windows%'目录下,并将它改名为
php3.ini,典型的'%Windows%'目录是这样的,在这里用$WINDOWS_HOME标识:
    在Windows 95/98下为c:\windows
    在Windows NT下为c:\winnt或c:\winnt40
  3、修改$WINDOWS_HOME目录下的php3.ini文件:
    a) 将'extension_dir'改为$PHP_HOME的值;
    b) 去掉'extension=php3_*.dll'前的';';
    c) 将browscap设置为$WINDOWS_HOME\system32\inetsrv\browscap.ini;
    d) 将SMTP设置为装有Microsoft Exchange或Lotus Domino等IMAP服务器名,如:
mail.chinaweal.com;
    e) 将upload_tmp_dir前的';'去掉,并将upload_tmp_dir设置为一个每个用户都
可以完全控制的目录,该目录用于存放上传时的临时文件;
    f) 打开Internet Service Manager,选择相应的Web Site,打开该Web Site的
属性页,然后选择Home Directory,按Configuration按钮,在App Mappings中,按Add按
钮,在Executable中输入$PHP_HOME\php3.exe %s %s,在Extension中输入.php3,然后
按OK。

附:
  PHP3下载网址
    http://www.php.net/download-php.php3
  PHP3安装指南
    http://www.php.net/manual/install-windows95-nt.php3
  PHP3手册
    http://www.my3w.com/ 



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 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)

Can I install mysql on Windows 7 Can I install mysql on Windows 7 Apr 08, 2025 pm 03:21 PM

Yes, MySQL can be installed on Windows 7, and although Microsoft has stopped supporting Windows 7, MySQL is still compatible with it. However, the following points should be noted during the installation process: Download the MySQL installer for Windows. Select the appropriate version of MySQL (community or enterprise). Select the appropriate installation directory and character set during the installation process. Set the root user password and keep it properly. Connect to the database for testing. Note the compatibility and security issues on Windows 7, and it is recommended to upgrade to a supported operating system.

Unable to access mysql from terminal Unable to access mysql from terminal Apr 08, 2025 pm 04:57 PM

Unable to access MySQL from the terminal may be due to: MySQL service not running; connection command error; insufficient permissions; firewall blocks connection; MySQL configuration file error.

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 and Python: Comparing Two Popular Programming Languages PHP and Python: Comparing Two Popular Programming Languages Apr 14, 2025 am 12:13 AM

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

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.

PHP's Current Status: A Look at Web Development Trends PHP's Current Status: A Look at Web Development Trends Apr 13, 2025 am 12:20 AM

PHP remains important in modern web development, especially in content management and e-commerce platforms. 1) PHP has a rich ecosystem and strong framework support, such as Laravel and Symfony. 2) Performance optimization can be achieved through OPcache and Nginx. 3) PHP8.0 introduces JIT compiler to improve performance. 4) Cloud-native applications are deployed through Docker and Kubernetes to improve flexibility and scalability.

PHP: The Foundation of Many Websites PHP: The Foundation of Many Websites Apr 13, 2025 am 12:07 AM

The reasons why PHP is the preferred technology stack for many websites include its ease of use, strong community support, and widespread use. 1) Easy to learn and use, suitable for beginners. 2) Have a huge developer community and rich resources. 3) Widely used in WordPress, Drupal and other platforms. 4) Integrate tightly with web servers to simplify development deployment.

PHP: A Key Language for Web Development PHP: A Key Language for Web Development Apr 13, 2025 am 12:08 AM

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

See all articles