"Larentium" <[EMAIL PROTECTED]> wrote in message
001f01c19334$270c8940$[EMAIL PROTECTED]">news:001f01c19334$270c8940$[EMAIL PROTECTED]...
> How would you get the current PHP configuration information,
> more specifically, the exact command line used at compilation?
>
> I want to add --with-imap, but have no idea how to determine what the
current settings are.
>
>
> Larentium

phpinfo() shows you the configure command.

If you have the PHP CGI and are running on *nix or something like such, you
can also.

/path/to/php -i | grep ./configure


-- Daniel Grace
http://hosting.venura.net/ (STILL under construction)




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to