Re: [PHP] building CLI version only

2004-03-22 Thread Jason Wong
On Monday 22 March 2004 19:25, neko wrote: > A server I'm using has PHP compiled into Apache, and I want to leave > that alone and just build a CLI version of php. Can I get away with just > going: > > ./configure --with-mysql --prefix=/some/home/dir > make > make install > > ? I dont' want to ups

[PHP] building CLI version only

2004-03-22 Thread neko
Hey guys, A server I'm using has PHP compiled into Apache, and I want to leave that alone and just build a CLI version of php. Can I get away with just going: ./configure --with-mysql --prefix=/some/home/dir make make install ? I dont' want to upset the existing apache installation of PHP or a