PHP Velho Oeste 2024

はじめに

Alternative PHP Cache (APC) は、PHP の実行コードをキャッシュする仕組みで、 フリーかつオープンに使用できます。PHP の中間コードのキャッシュ・最適化を行うための、 フリーでオープンかつ堅牢なフレームワークを提供するということを目標としています。

警告

この拡張モジュールは、メンテナンスされておらず開発が止まっています。 しかし、ソースコードは PECL GIT から取得できます。 https://git.php.net/?p=pecl/caching/apc.git.

注意:

この拡張モジュールの代替には、OPcache, APCu, Windows Cache for PHP, 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