PHP Velho Oeste 2024

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.

Warning

This extension is considered unmaintained and dead. However, the source code for this extension is still available within PECL GIT here: https://git.php.net/?p=pecl/caching/apc.git.

Note:

Alternatives to this extension are OPcache, APCu, Windows Cache for PHP and the Session Upload Progress API.

add a note add a note

User Contributed Notes 1 note

up
-35
Anonymous
9 years ago
APC originated with Daniel Cogwell and George Schlossnagle, and was released by Community Connect, Inc. After the release of PHP5, Yahoo! modified APC to support the new Zend Engine, and it has since become part of PECL.
To Top