When I run phpinfo(), it tells me I have PHP 5.2.4. When I do "php -v" from the command line, it tells me I have PHP 4.4.8. I want PHP 5 only.
When I run phpinfo() from the command line, the output (which still says 4.4.8 there) tells me:
Code: Select all
Configuration File (php.ini) Path => /etcAny ideas? The only posts I've found are people with the opposite problem - phpinfo() says PHP 4, command line says PHP 5. The solutions to that problem didn't apply here.
Also, there's this:
Code: Select all
jason-swetts-computer:~ root# find /* -name *php.ini*
/Users/jasonswett/php-5.2.4/php.ini-dist
/Users/jasonswett/php-5.2.4/php.ini-recommended
/Users/jasonswett/php-5.2.4/php.iniJASON
/usr/local/lib/php.iniJASON
/usr/local/php5/lib/php.ini-recommended
/usr/local/php5/lib/php.iniJASON
jason-swetts-computer:~ root#Thanks,
Jason