This is the second part of a series which reviews in-depth the process of building a PHP environment on OS X Leopard. Please read Part 1 of this series before continuing.
A Little about PHP
Before building anything new, let’s look at what we already have. OS X Leopard comes with PHP already installed as both the command line executable (from now on referred to as CLI) and as an Apache shared module.
The PHP CLI and the Apache module of PHP are completely separate versions of PHP.
Neither requires the other to function. You can generate one and not the other or both at the same time. The reasons behind the two seperate versions is simple: Continue reading Configuring PHP on OS X Leopard: the Gritty Details (Part 2)