CentOS 7 installs PHP 7.0 and memcache and Redis extensions

Source: Internet
Author: User

The installation of Epelepel is Extra Packages for Enterprise Linux abbreviation (EPEL) and is a high-quality software source for fedora-based Red Hat Enterprise Linux (RHEL), so at the same time Also available for distributions such as CentOS or scientific Linux. RPM-UVH Https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmyum Install Epel-release Install PHP using Webtatic's compiled version RPM-UVH Https://mirror.webtatic.com/yum/el7/webtatic-release.rpmyum install php70w Php70w-devel php70w-bcmath php70w-fpm php70w-mbstring php70w-pdo php70w-soap php70w-mysql php70w-gd Install memcached for Php7git clone HTTPS://GITHUB.COM/PHP-MEMCACHED-DEV/PHP-MEMCACHED.GITCD Php-memcachedgit Checkout Php7phpize./configure--disable-memcached-saslmake && make install Addextension=memcached.soto php.ini Installing Redis for Php7git clone HTTPS://GITHUB.COM/PHPREDIS/PHPREDIS.GITCD phpredisgit Checkout Php7phpize./configuremake && make install Addextension=redis.soto php.ini

CentOS 7 installs PHP 7.0 and memcache and Redis extensions

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.