PHP Velho Oeste 2024

Introducere

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.

Avertizare

Această extensie este considerată ne-întreținută și moartă. Oricum însă codul-sursă al acestei extensii este încă disponibil în PECL GIT aici: https://git.php.net/?p=pecl/caching/apc.git.

Notă:

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