can you get the output from phpinfo()?

That is, create a file, phpinfo.php with the following

<?PHP
echo phpinfo();
?>

and then put that in your htdocs/html directory so you can browse it with your internet browser... there should be a configure block on that page with all the options listed

-Minuk

[EMAIL PROTECTED] wrote:

I need to rebuild PHP on a Linux box (RHEL). It has been built there before but I cannot locate the proper command line for configure -- config.status is no longer accurate as configure was run with no arguments. Is the old configure command line saved in a log somewhere? If not is there a simple way to sort out the options that were used to build the current version?

This is PHP 4.3.4 running as part of an Apache 1.3.x static build and also a CLI version.

Thanks,

--
Tom


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to