MySQL showing incorrect in phpinfo.php only

I installed MySQL 4.1.15 and that's working fine. I've verified that it's installed via both "yum list", phpmyadmin and within MySQL itself. So how come my phpinfo file is still coming up with :

Client API version: 4.1.11

I've restarted mysql, rebuilt php, restarted apache and the box itself. I installed:

MySQL-server-standard-4.1.15-0.rhel4.i386.rpm
MySQL-client-standard-4.1.15-0.rhel4.i386.rpm
MySQL-devel-standard-4.1.15-0.rhel4.i386.rpm

on a CentOS 4.2 system running apache 1.3.34. Nothing to be concerned about? rebuild apache? unplug the server? ;-) Just seems kinda off is all. I've seen quite a few threads via google saying it's a php issue and to rebuild php. done. but still show as 4.1.11. odd.

 

 

 

 

Top