"Tamping PHP Basic series" Linux Yum install php APC

Source: Internet
Author: User
Tags apc install php

Alternative PHP cache (optional PHP caching), dependent on PECL extension library

Use the source code to install, direct Yum on the line:
To install the APC dependency package first:
Yum install php-pear php-devel httpd-devel pcre-devel gcc make


Then use PECL to install the APC:
PECL Install APC


To add an APC extension to a configuration file:
echo "extension=apc.so" >/etc/php.d/apc.ini


Finally, remember to restart the server:
service httpd Restart, and then use PHP's Phpinfo () function to detect:

Reference Documentation:

1)Linux under yum install PHP APC

  2) Use Yum to quickly install NGINX+PHP-FPM+APC

"Tamping PHP Basic series" Linux Yum install php APC

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.