Hi. I ran into the same issue... I wanted the latest version of phpMyAdmin and I got it by removing the stock CentOS php and installing PHP 5.2 from Jason's utterramblings repo
http://www.jasonlitka.com/ [/etc/yum.repos.d]$ more utterramblings.repo [utterramblings] name=Jason's Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka [/etc/yum.repos.d]$ Then I was able to install the current stable version of phpMyAdmin. This was a few weeks ago, and we've been running without any problems. Best, Aleksey -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
