APC Alternative PHP Cache (APC) project is free and open. It optimizes PHP code and caches data and code in the shared memory. The project home page is http://pecl.php.net/package/APC where you can download its source code. Binaries that you can download from this site are built from official releases of APC and PHP. The only …
Tag Archives: apc
APC on CentOS 5
There can be several issues when installing APC on a CentOS based operating system with PHP 5.3.2. These include a duplicate ‘static’ error in the zif_apc_compile_file function and some apc_regex errors. This post outlines how to resolve these issues. The complete solution is at the bottom of the post.
APC: get a key’s expiration time
It’s always surprising to me, but APC is still the best kept secret.
Download Windows Binaries
Download Windows Binaries Here you can find all the files from the entire site. All the files are compiled by me. All of them come from Open Source projects. Feel free to add comments about files you downloaded.
Installing APC Alternative PHP Cache
Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Debian Etch system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It’s similar to other PHP opcode cachers, such as eAccelerator and XCache.
PHP APC Functions
APC Functions Table of Contents apc_add — Cache a variable in the data store apc_bin_dump — Get a binary dump of the given files and user variables