⇤ ← Revision 1 as of 2014-06-24 11:34:14
Size: 120
Comment:
|
Size: 425
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
== Install PHP 5.4 on CentOS 6.5 == https://webtatic.com/packages/php54/ Steps: * lsb_release -a * rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm * yum install php54w * yum install yum-plugin-replace * yum replace php-common --replace-with=php54w-common * service httpd restart |
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