Hi
I need to install a copy of PHP as a standalone installation independent from the one in Apache, but it has to be runnable from the command Line. In windows i don't have any problem cause i can run php from the prompt.
Now in Linux, i downloaded the source code and tried to install it like this:
configure --with-mysql --with-oci8 --with-oracle --prefix=~ --with-exec-dir=~/bin --with-safe-mode --exec-prefix=~
make
make install
But it doesn't create the php file, only:
pear php-config phpextdist phpize