Computer Tips - How can I install php 5.3.x on RedHat5/CentOS5?

Date: 2016jan3 OS: Linux Distro: RedHat5/CentOS5 Language: php Q. How can I install php 5.3.x on RedHat5/CentOS5? A. You can't just update php. You need to do:
yum remove php yum install php53
(dnf has not arrived here yet)