PHP Velho Oeste 2024

Einführung

Der Alternative PHP Cache (APC) ist ein freier und offener Opcode Cache für PHP. Er wurde erdacht um ein freies, offenes und robustes Gerüst zum Cachen und Optimieren von PHP Zwischencode bereitzustellen.

Warnung

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.

Hinweis:

Alternativen zu dieser Extension sind OPcache, APCu, Windows Cache für PHP und das 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