Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Chapter 6.

Installation on Windows systems

Table of Contents

Windows Installer

Manual Installation Steps

ActiveScript

Microsoft IIS / PWS

Apache 1.3.x on Microsoft Windows


Apache 2.0.x on Microsoft Windows
Sun, iPlanet and Netscape servers on Microsoft Windows
OmniHTTPd Server
Sambar Server on Microsoft Windows
Xitami on Microsoft Windows
Building from source

Installation of extensions on Windows

http://us2.php.net/manual/en/install.windows.php#install.windows.installer

http://us2.php.net/manual/en/tutorial.php

http://us2.php.net/manual/en/tutorial.firstpage.php

Example 6-2. PHP 5 package structure

c:\php
   |
   +­­dev
   |  |
   |  |­php5ts.lib
   |
   +­­ext                 ­­ extension DLLs for PHP
   |  |
   |  |­php_bz2.dll
   |  |
   |  |­php_cpdf.dll
   |  |
   |  |­..
   |
   +­­extras
   |  |
   |  +­­mibs             ­­ support files for SNMP
   |  |
   |  +­­openssl          ­­ support files for Openssl
   |  |
   |  +­­pdf­related      ­­ support files for PDF
   |  |
   |  |­mime.magic
   |
   +­­pear                ­­ initial copy of PEAR
   |
   |
   |­go­pear.bat          ­­ PEAR setup script
   |
   |­fdftk.dll
   |
   |­..
   |
   |­php­cgi.exe          ­­ CGI executable
   |
   |­php­win.exe          ­­ executes scripts without an opened command 
prompt
   |
   |­php.exe              ­­ CLI executable ­ ONLY for command line 
scripting
   |
   |­..
   |
   |­php.ini­dist         ­­ default php.ini settings
   |
   |­php.ini­recommended  ­­ recommended php.ini settings
   | 
   |­php5activescript.dll
   |
   |­php5apache.dll
   |
   |­php5apache2.dll
   |
   |­..
   |
   |­php5ts.dll           ­­ core PHP DLL
   | 
   |­...

You might also like