> When I run phpinfo(), it says my mysqli API client version is 3.23.58.
> When I run "php -i" from the command line it says it is 4.1.10a. The
> latter is correct. What would cause the discrepancy? The server has been
> stopped and started many times, and PHP rebuilt a few times, so it isn't
> a browser buffer issue.

Well, you've identified your problem.

Your RPMs are all screwed up (no surprise there) and the PHP_MySQL Module
is on version 3.23.58 but you are actually running MySQL 4.1.10a

Most likely, you didn't UNINSTALL the previous version of MySQL before you
installed PHP at some point.

You'll have to either switch to building from source, so you actually know
what's going on, or un-install everything (PHP, MySQL, etc) and then
re-install and hope the RPM maintainers have things right.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to