we had a similar error with phpinfo(). Under the general info section it was displaying a previously used configure command.
here's the story,
we had to recompile php4 because we were reverting back to an older version of oracle. (from 8.1.7. --> 8.1.6)
the php configure script we used the first time was:
./configure --with-apache=../apache_1.3.19 --with-oci8=/home/oracle/8.1.7 --enable-track-vars
we then recompiled with:
./configure --with-apache=../apache_1.3.19 --with-oci8=/home/oracle --enable-track-vars
everything works fine, we are actually using the correct oracle libraries, however the phpinfo() output claims that the configure script is:
./configure --with-apache=../apache_1.3.19 --with-oci8=/home/oracle/8.1.7 --enable-track-vars
if you had any luck figuring this out, please let us know.
thanks,
Dan