phpinfo() vs. php -v

Our servers were recently upgraded to PHP version 4 . When you create a php page with the phpinfo() function, it reports version 4.0.4pl1 but through the command line, running "php -v" says php version 4.1.2 . The network administrators insist that version 4.1.2 is the correct version, but it looks as if the php pages are being parsed through version 4.0.4pl1 . Which one is correct? Was there an upgrade to 4.1.2 from 4.0.4pl1 ? Would that be causing the discrepances?

Thanks

 

 

 

 

Top