Datasheet

P1: KTX
WY027-01 WY027-Mercer WY027-v2.cls June 5, 2004 0:44
Chapter 1
Figure 1-11
Now lets take a look at the Internet Service Manager, a console application for managing IIS, to see how
IIS has been congured. Select Start
Programs Administrative Tools Internet Services Manager.
The IIS snap-in displays in Microsoft Management Console (MMC), as Figure 1-12 shows.
The MMC provides an easy way to examine and manage the services provided by IIS, as well as the Web
sites and FTP sites set up under IIS. Figure 1-13 shows the hierarchical view of the default installation of
IIS:
To do the installation of PHP you need to turn off Internet Information Services and then restart it after
youre done making some changes. Right-click on the Default Web site and chose Stop from the short-cut
menu. When youve got your installation of PHP les complete, youll turn the Web server back on. For
now, close the Internet Services Manager.
Downloading PHP5
To get the most recent version of PHP5, go to www.php.net and nd the downloads section, as shown in
Figure 1-14 (it may look a bit different by the time you read this).
Download the Windows binary le (its zipped) and set it aside. Create a folder (such as C:\PHP5RC01)
on your hard drive, put the downloaded le in the folder, and then unzip the le. You should end up with
something like Figure 1-15 (as seen in Windows Explorer).
The lenames are current at the time of this writing, but of course may change by the time this book is
published and in your hands. But the version of PHP5 that this book is using is very nearly ready for nal
release, so dont despairyour PHP5 installation should work just the same as the books does. And
while your installation of Windows may be on your C: drive, the books is on the D: drive. You may have
to change some of the path names to reect your C: drive (or whatever drive Windows is loaded on) to
make your installation work.
20