two versions of php

I just installed php5.0.5 on one of my box's as a test. It had 4.3.2 on it. When I create a php file with phpinfo(), it states 4.3.2. But when I do php -v it shows 5.0.5(cgi). So i'm guessing its running in cgi mode,

In any case, I can't seem to get the phpinfo script to run with version 5.0.5. I tried adding the include path to the top, and changing php.ini around a bit but no luck. Anyone know what's going on? I'd really appreciate any ideas.

 

 

 

 

Top