Installing OCI8 for PHP

I recently had a project that required me to connect to a remote Oracle 10g database from my local server using a PHP-based client, the problem being that the default PHP install has no libraries for working with Oracle. Fortunately, Oracle has released binaries for their OCI, or Oracle Call Interface, for Linux systems.
Once [...]