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: | ||
[[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]] | |||
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:
- 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
Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing PHP 5.5