Originally posted by cray
hi phoenix
how did you do that?
Perhaps this isn't the most efficient way of doing it but I simply configured the source with the following options and installed it into an alternate directory to make sure that the install doesn't affect my apache installation:
./configure --prefix=/usr/local/phpcli
--bindir=/usr/bin
--with-mysql=/usr
--disable-debug
--enable-inline-optimization
--enable-trans-sid
it works.