after installing/removing various php installs from various repos - the final solution for php5.2 on centos5.3 is:yum install yum-prioritiescreate a centos5test .repo filevi /etc/yum.repos.d/c5-testing.repo and paste in [c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testingthen runyum –enablerepo=c5-testing install php yum –enablerepo=c5-testing install php-devel php-pearsudo pecl install PDO_MYSQLsudo yum –enablerepo=c5-testing install php-mysqlsudo /etc/init.d/httpd restart