You can't really do `php -v` on the command line, unless you know which php you are using. If you have several installations of PHP, then doing `php -v` will just get you the version of PHP for which is loaded first from your path. I'd do a `which php` to make sure you are using php 5 first before `php -v` -Logan -----Original Message----- From: Sebe [mailto:sebastian@xxxxxxxx] Sent: Friday, April 13, 2007 6:27 PM To: ceo@xxxxxxxxx Cc: micky@xxxxxxxxxxxxx; php php Subject: Re: Dreamhost! PHP as CGI!??? Richard Lynch wrote: > On Fri, April 13, 2007 3:46 am, Micky Hulse wrote: > >> I think I just read that PHP is ran as CGI on Dreamhost... this does >> not >> sound good. Can anyone confirm? >> > > You could confirm what you have on YOUR setup with: > <?php phpinfo();?> > faster and with more assurance of correctness than any mailing list > answer yeah or `php -v` via cmdline. by the way, isn't PHP w/FastCGI faster than using apache module? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php