PHP for configuring the AMP environment in CentOS7

Source: Internet
Author: User
Install PHP because the PHP version in YUM of centOS7 is old by default, so I try to upgrade to the new version, in this way, the new Yum source configuration yum source is used to append the epel and remi source of CentOS7.0. # Rpm-Uvhhttp: // ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch. install PHP because the PHP version in YUM of centOS7 is old by default, so I try to upgrade to the new version, so that the new Yum source configuration yum source is used.

Append the epel and remi source of CentOS 7.0.

# rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

The following is the source of CentOS 7.0.

# yum install epel-release# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

Run the yum list command to view the Packege ). (Skip this step if you want to install the latest version, because the latest Package is installed by default)

# yum list --enablerepo=remi --enablerepo=remi-php56 | grep php
Install PHP5.6

* If the yum source is configured in the previous step, PHP5.6 will be installed in the next step. *

# yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof

Run the PHP command to view the version.

# php --versionPHP 5.6.0 (cli) (built: Sep  3 2014 19:51:31)Copyright (c) 1997-2014 The PHP GroupZend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologieswith Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologieswith Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans

At this point, you can write a test file phpinfo. php in the/var/www/html directory.


  

Note 127.0.0.1: 10080: the host port configured for port forwarding
Related Article

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.