CentOS
Linux distro RedHat clone.
http://mirrors.nfsi.pt/CentOS/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1.iso
Install PHP 5.4 on CentOS 6.5
https://webtatic.com/packages/php54/
Steps:
- lsb_release -a
- yum install php54w
- yum install yum-plugin-replace
- yum replace php-common --replace-with=php54w-common
- service httpd restart