CentOS Install PHP High version

Source: Internet
Author: User
Tags fpm install php

Installation

1. Check if PHP is currently installed

Rpm-qa|grep PHP

If you have PHP installed, remove the installation packages first:

Yum Remove php*

2. Install the PHP source

Centos 5 Install PHP Source:

RPM-IVH http://mirror.webtatic.com/yum/el5/latest.rpm

CentOs 6 Install PHP Source:

RPM-IVH http://mirror.webtatic.com/yum/el6/latest.rpm

CentOs 7 installs PHP source and epel extension sources:

RPM-IVH HTTPS://MIRROR.WEBTATIC.COM/YUM/EL7/EPEL-RELEASE.RPMRPM-IVH https://mirror.webtatic.com/yum/el7/ webtatic-release.rpm

3. Start installing PHP now

Install the basic installation package for php5.5:

Yum install php55w php55w-gd php55w-mbstring php55w-mysql php55w-fpm

Install the basic installation package for php5.6:

Yum install php56w php56w-gd php56w-mbstring php56w-mysql php56w-fpm

Install the basic installation package for php7.0:

Yum install php70w php70w-gd php70w-mbstring php70w-mysql php70w-fpm

After installing PHP, you need to restart Apache:

Service httpd Restart


Reprint: http://www.jb51.net/article/83466.htm

CentOS Install PHP High version

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.