I'm trying to install PHP with libcurl 7.21.7 because the 7.15 version has some bugs I want to avoid.
I installed the last version of libcurl from a repository I found using YUM but when trying to install PHP with the last version of libcurl appears the 7.15 version as dependency. Is any way to install PHP without manual compiling? Using YUM? Or any easy mode that lets me install other dependencies using YUM like "yum install php-mbstring" and others?

CentOS release 5.6 (Final)