Installing and Configuring PHP and MySQL Tutorial
There are two main ways to install PHP for Windows: either manually or by using the … the installer isn\’t the preferred method for installing PHP. …
More PDF Content
Installing and Configuring PHP and MySQL Tutorial
Page 1
Installing and Configuring PHP and MySQL Tutorial Prepared By Nadil Sundarapperuma
Page 2
Installing PHP on Windows There are two main ways to install PHP for Windows: either manually or by using the installer. Windows Installer The Windows PHP installer is available from the downloads page at www.php.net/download.php This installs the CGI version of PHP and for IIS, PWS, and Xitami, it configures the web server as well. The installer does not include any extra external PHP extensions (php_*.dll) as you’ll only find those in the Windows Zip Package and PECL downloads. Note: While the Windows installer is an easy way to make PHP work, it is restricted in many aspects as, for example, the automatic setup of extensions is not supported. Use of the installer isn’t the preferred method for installing PHP. First, install your selected HTTP (web) server on your system, and make sure that it works. Run the executable installer and follow the instructions provided by the installation wizard. Two types of installation are supported – standard, which provides sensible defaults for all the settings it can, and advanced, which asks questions as it goes along. The installation wizard gathers enough information to set up the php.ini file, and configure certain web servers to use PHP. One of the web servers the PHP installer does not configure for is Apache, so you’ll need to configure it manually. Once the installation has completed, the installer will inform you if you need to restart your system, restart the server, or just start using PHP. Manual Installation – Windows NT/2000/XP and IIS 4 or newer To install PHP on an NT/2000/XP Server running IIS 4 or newer, follow these instructions. You have two options to set up PHP, using the CGI binary (php.exe in PHP 4, or php-cgi.exe in PHP 5) or with the ISAPI module. In either case, you need to start the Microsoft Management Console (may appear as ‘Internet Services Manager’, either in your Windows NT 4.0 Option Pack branch or the Control Panel=>Administrative Tools under Windows 2000/XP). Then right click on your Web server node (this will most probably appear as ‘Default Web Server’), and select ‘Properties’. If you want to use the CGI binary, do the following: • Under ‘Home Directory’, ‘Virtual Directory’, or ‘Directory’, click on the ‘Configuration’ button, and then enter the App Mappings tab.
PDF files Related to this topic:
- Configuring and Installing IBM BladeCenter Installing ESX Server on IBM BladeCenter on page 5 …...
- Installing WSS 3.0 on Windows Server 2008 Unlike the situation with the beta version of Windows Server...
- Installing SAP 4.7 on Windows XP Pro and Windows Server 2003: A Layman’s guide installation errors and on the other hand, it made me...
- PHP & Zend Framework Tutorial PHP & Zend Framework Tutorial. I did a lot of...
- PHP & Zend Framework Tutorial PHP & Zend Framework Tutorial. I did a lot of...
Processing your request, Please wait....