Startup a shell, find the httpd, and try this: <path to httpd>/httpd -l Look at the libraries that are listed as compiled in. I would go so far as to guess that you will see modphp4.a listed there. He most likely compiled php4.0.5 as a .so, but it won't be used since the apache that he built previously has php4.0.3pl1 as a built in module. He's going to have to recompile his whole apache distribution (unless someone else has a way to override that). Tell him to make sure he adds something like --enable-shared=php to the whole apache configuration string. -Philip -----Original Message----- From: James Kapherr [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 1:03 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP Not showing correct version (?) Hi, My webhost installed PHP 4.0.5 for me, but it is still showing 4.0.3pl1 when using phpinfo(). http://www.moose-shack.net/phpinfo.php Could this be wrong, or did he not configure it properly? James ________________________________________________________________________ This message has been checked for all known viruses, by Star Internet, delivered through the MessageLabs Virus Control Centre. For further information visit: http://www.star.net.uk/stats.asp -- PHP Install 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] -- PHP Install 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]