APC 3.0.14 Released

NickFritz

Verified User
Joined
Sep 6, 2005
Messages
90
http://pecl.php.net/package/APC

Release notes:
* Build fix (Shire)
* Don't hook the upload hook if APC is disabled (Rasmus)
* Local shadow cache support (Gopal)
* Avoid uneccessary loops over op_arrays for "known" auto-globals (Gopal)
* Fix apc_add() to overwrite timed out user entries (Rasmus)
* Fix double inclusion of files with conditional classes in php4 (Gopal)
* Allocator fixes to reduce fragmentation (Gopal)
 
APC is a php caching system so it caches the most used php code in ram so things run faster.

from wikipedia

"Alternative PHP Cache (APC) is a PHP extension for caching data and compiled code from the PHP bytecode compiler in shared memory, commonly known as a PHP accelerator. It is Open source and available for free under the PHP license."

Yahoo contributes to this Cache so it must be good ;)

I use it for my large forums.
 
Back
Top