| Package Information |
| Summary |
Alternative PHP Cache |
| Maintainers |
George Schlossnagle <george@omniti.com> (lead) [wishlist] [details] Daniel Cowgill <dan@communityconnect.com> (lead) [details] Rasmus Lerdorf <rasmus@php.net> (lead) [details] Gopal Vijayaraghavan (lead) [details] Edin Kadribasic <edin@krug.dk> (developer) [details] Ilia Alshanetsky <ilia@prohost.org> (developer) [details] Marcus Börger <helly@php.net> (developer) [wishlist] [details] Sara Golemon <pollita@php.net> (developer) [wishlist] [details] Brian Shire <shire@php.net> (developer) [details]
|
| License |
PHP License
|
| Description |
APC is a free, open, and robust framework for caching and optimizing PHP intermediate code. |
Release notes Version3.0.11 |
* Made --enable-apc-mmap the default compile option (for real this time)
* Add an optional flag to apc_cache_info() and some apc.php tweaks to make it
only fetch header information to make it useful when you have tens of
thousands of entries. (Brian Shire)
* 64-bit fixes (George)
* Don't mix Full Path and Inode keys (George)
* Override ZEND_INCLUDE_OR_EVAL opcode (when possible) to speed up use of
require_once() and include_once() statements. (Sara)
* Add a non-blocking write_lock for cache inserts. This is a better approach
to prevent cache slams and deprecates the slam_defense setting. (Rasmus)
* A bit of work on the optimizer. (Sara)
* Various memory issues resolved. (Gopal) |