PDA

View Full Version : APC 3.0.14 Released


NickFritz
06-23-2007, 04:16 AM
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)

kanary
06-23-2007, 05:04 AM
Whats apc and when and how do you use it ?

smtalk
06-23-2007, 05:55 AM
APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.


It's a PHP extension.

NickFritz
06-23-2007, 08:07 PM
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.