This article introduces the introduction of the PHP APC module, parameter configuration, installation steps, use examples, because some of the content is translated from the PHP manual, there may be a lack of comprehensive place. I hope you will
Introduction of APCThe alternative PHP cache (APC) is a free and open opcode cache for PHP. Its goal are to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.APC Official website:
APC and eAccelerator are both good PHP cache acceleration. Because eAccelerator has problems, you cannot select apc. We recommend that you select apc unless the eAccelerator has abnormal problems that cannot be solved, after all, apc also stops
Compared with other compiled languages, the performance of PHP is not outstanding, but the performance improvement is obvious after the OPCode cache is used. common examples include Eaccelerator, XCache, and APC. this document mainly introduces the
Preface
Compared with other compiled languages, the performance of PHP is not outstanding, but the performance improvement is obvious after the opcode cache is used. common examples include eaccelerator, xcache, and APC. This document mainly
Download Address: Http://pecl.php.net/package/APC. This extended update is slow and recommends installing the latest version because some unknown bugs have been resolved by the latest version.
Install APC
Get APC:
# CD/USR/LOCAL/SRC &&wget http://
APC Introduction
The alternative PHP cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
APC Official Website:
APC Introduction The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.APC Official Website:
Alternative PHP Cache (APC)
Introduction:
Alternative PHP Cache (APC) is an open and free PHP opcode Cache. It aims to provide a free, open, and sound framework for caching and optimizing PHP intermediate code to speed up PHP Execution.
Common PHP
The simplest method is to find the PECL in the PHP installation directory.
Automatic installation:
#/Usr/local/PHP/bin/PECL install APC
Follow the prompts below to complete step by step
Configuration/Etc/PHP. iniAdd at the endExtension = APC.
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.