Difference between revisions of "CentOS 7.x Installing PHP 5.5"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS|CentOS</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....")
 
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>CentOS|CentOS</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x Installing PHP 5.5]]
=Installing PHP 5.5 on CentOS 7.0=


To install PHP 5.5 on CentOS 7.0 use following steps:
To install PHP 5.5 on CentOS 7.0 use following steps:
Line 13: Line 12:


Steps were contributed by Kiran Kollipara
Steps were contributed by Kiran Kollipara
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x Installing PHP 5.5]]

Latest revision as of 06:57, 25 August 2022

Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing PHP 5.5

To install PHP 5.5 on CentOS 7.0 use following steps:

  1. rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
  2. rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
  3. yum install php55w php55w-opcache

In case php-common is already installed then at some risk use:

  1. yum install yum-plugin-replace
  2. yum replace php-common --replace-with=php55w-common


Steps were contributed by Kiran Kollipara


Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing PHP 5.5