Install PHP 4.0 on Windows 98 + PWS

Source: Internet
Author: User

Today's network technology is booming, just seeing CGI (Common Gateway Interface) and ASP (Active Serve Page), and then killing PHP (see note later. The emergence of these new software not only brings us a brand new feeling, but also brings problems for me to wait for machines with lower configurations to play with these software. This article will show my own experiences, describe how to install PHP4.0 software under low machine configuration.

My "love chicken" configuration is: Lenovo tianqin 909 transformation product: MMX166 changed to K6 Ⅱ-400, the memory is still 32 MB, the core voltage of the motherboard jumped to 2.2 V ......
The software only requires Windows 98 + PWS (Personal Web Server). NT, LINUX, and Win 2000 are not installed. The installation process is as follows:
1. You can install PWS from the add-onspwssetup.exe directory of the Windows 98(official or oem)), select a typical installation or custom installation, and use the default installation directory C: Inetpubwwwroot (to complete the grand project of transforming a single machine to a server ).

2. download the software: software!
3. Decompress php-4.0.0-win32.zip to the PHP installation directory, such as C: php (do not say you do not have WinZip )!
4. Copy the PHP. ini-dist file under the php installation directory to the C: WINDOWS directory, and change C: WINDOWSphp. ini-dist to C: WINDOWSphp. ini;
5. Install Msvcrt in the PHP installation directory. dll and php4ts. copy the dll to the C: WINDOWSSystem directory. Do not overwrite these files if they already exist in the C: WINDOWSSystem directory (check whether Msvcrt exists in advance. dll );
6. Modify C: WINDOWSphp. ini:
1) set Extension_dir to the PHP installation directory, for example, extension_dir = C: php (in php. ini, check the left and right to find it );
2) configure the dynamic link library (DLL) to be loaded. Be sure to load only the dynamic link library in the PHP installation directory. If there are different dynamic link library names, replace it with the dynamic link libraries: php_calendar.dll, php_imap.dll, and php_ldap.dll. Therefore, the configuration column of the dynamic link library is as follows (must be removed ):
Windows Extensions
Extension = php_calendar.dll
Extension = php_imap.dll

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.