You generally don't have to "build" PHP; normally it's run on apache using mod_php or as a CGI script. Placing all the code inside of the document root is usually sufficient.
On Dec 22, 2007 5:58 PM, Dan Peterson <[EMAIL PROTECTED]> wrote: > Good to hear, Brian! > > Is there a preliminary doc that walks people through how to build/run the > PHP server? > > -Dan > > On Dec 22, 2007 8:17 AM, Brian McCallister <[EMAIL PROTECTED]> wrote: > > > So I just checked in a semi-functional server side implementation in > > PHP. It needs a *lot* of work, but following Stefano's advice that bad > > code is better for nascent open source projects than good code... here > > it is :-) > > > > -Brian > > > > >

