[Webdev] phpinfo() output
Dave Burke
dave at genesiseurope.net
Wed Nov 22 13:19:41 GMT 2000
Just looking at the output of phpinfo() on my dev box, and the third thing
it shows is the Configure Command, which i always thought was the configure
command that I had used when compiling php. But at the moment, it's
currently showing.....
'./configure' '--with-mysql=/usr/local/mysql'
'--with-apxs=/usr/local/apache/bin/apxs'
Which is grand, except that I called it with...
./configure --with-apxs=/usr/local/apache/bin/apxs
--with-pgsql=/usr/local/postgres/ --with-mysql=/usr/local/mysql
Just curious as to why it's not reporting the correct configure command in
the phpinfo(). BTW, this is with php-4.0.3pl1.
Dave
More information about the Webdev
mailing list