CentOS 7.x Installing PHP 5.5
From Notes_Wiki
Revision as of 15:12, 23 January 2017 by Saurabh (talk | contribs) (Saurabh moved page Installing PHP 5.5 on CentOS 7.0 to CentOS 7.x Installing PHP 5.5)
<yambe:breadcrumb>CentOS 7.x system administration</yambe:breadcrumb>
Installing PHP 5.5 on CentOS 7.0
To install PHP 5.5 on CentOS 7.0 use following steps:
- rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
- rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
- yum install php55w php55w-opcache
In case php-common is already installed then at some risk use:
- yum install yum-plugin-replace
- yum replace php-common --replace-with=php55w-common
Steps were contributed by Kiran Kollipara