This document provides a tutorial for installing PHP on Linux. It explains:
- PHP will be installed as a shared module loaded into Apache2 dynamically.
- Steps include downloading the PHP source, configuring with options like paths for Apache and MySQL, compiling, editing Apache's configuration to load PHP, creating a php.ini file, and restarting Apache.
- The tutorial was written for SuSE but should work on other Linux systems and supports PHP versions 5.0.4 through 5.2.1. It provides guidance for upgrading PHP as well.