Installing the PHP 4.0_php tutorial on Win 98+PWS

Source: Internet
Author: User
Today's network technology is at its zenith, only to see CGI (Common Gateway Interface) and ASP (Active Serve Page), and then to kill PHP (see note), it is very confusing. The advent of these new software not only brings us a whole new feeling, but also gives me the problem of how to play these software with the lower configuration of the machine, this article on my own experience, explains how to install the PHP4.0 software under the lower machine configuration.

My "Love Chicken" configuration is: Lenovo 909 Transformation Products: MMX166 replaced with k6ⅱ-400, memory is still 32 megabytes, motherboard core voltage jump to 2.2V ...
The software only needs Windows 98+PWS (Personal Web Server), NT, LINUX, Win 20,001 Law not installed. The installation process is as follows:
1. You can install PWS from the Add-onspwssetup.exe of the installation disk of Windows 98 (official or OEM edition), choose a typical or custom installation, use the default installation directory C:inetpubwwwroot (complete a single machine to transform into a server's magnificent project).

2. Software Download: Http://www.php.net/distributions/php-4.0.0-Win32.zip or http://soft.km169.net/soft/wybc/php-4.0.0-win32.zip!
3, use the Decompression tool to extract Php-4.0.0-win32.zip to the PHP installation directory, such as c:php (do not say you did not WinZip AH)!
4, the PHP installation directory under the Php.ini-dist file copy to the C:windows directory, and C:windowsphp.ini-dist renamed to C:windowsphp.ini;
5, the PHP installation directory under the Msvcrt.dll and Php4ts.dll copy to C:windowssystem directory, if the C:windowssystem directory already exist these files, please do not overwrite (find out beforehand if there is no Msvcrt.dll);
6, modify C:windowsphp.ini:
1) Set Extension_dir to PHP installation directory, such as: Extension_dir =c:php (in the php.ini left to see right, you can find);
2) Configure the dynamic-link libraries (DLLs) to be loaded, be sure to load only the dynamic link libraries that exist under the PHP installation directory, if you have different dynamic-link library names, change to this version with these dynamic link libraries: Php_calendar.dll, Php_imap.dll, PHP _ldap.dll is consistent, so the configuration bar for the dynamic link library is as follows (be sure to; remove):
Windows Extensions
Extension=php_calendar.dll
Extension=php_imap.dll

http://www.bkjia.com/PHPjc/629598.html www.bkjia.com true http://www.bkjia.com/PHPjc/629598.html techarticle today's network technology is at its zenith, only to see CGI (Common Gateway Interface) and ASP (Active Serve Page), and then to kill PHP (see note), it is very confusing. These new software ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.