Datasheet

P1: KTX
WY027-01 WY027-Mercer WY027-v2.cls June 5, 2004 0:44
Getting Up and Running
Figure 1-3
Now that youve cddtothephp-5.0.0RC1 folder, youll see quite a few folders and les there. Open
the INSTALL text le (see Figure 1-6) to nd many of the instructions related to your installation.
Folder and directory are equivalent terms and can be used interchangeably.
For this book, PHP is installed as a Dynamic Shared Object (DSO), and thats what youll also do, so that
the entire Apache Server wont need to be recompiled.
The latest versions of Apache support DSOs, and shared objects can be used by other programs, such as
PostGreSQL. Although you could compile PHP5 as a static module, that isnt recommended. If PHP is
statically linked to, say, Apache or PostGreSQL, each of those programs would need to be recompiled
before they would recognize PHP. The programsconguration les can be easily changed in shared
objects (DSOs) without any recompiling.
11