| 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.1.1 |
- PHP4 compatibilty break
- apc_pool allocator (Gopal)
- doubly-linked sma allocator (Shire)
- php 5.3 gc compatibility (Gopal)
- APCIterator for easy access (Shire)
- apc_delete_file (Shire)
- apc_inc/apc_dec/apc_cas functions (Shire)
- apc.canonicalize (Gopal)
- apc.preload_path (Gopal)
- apc.rfc1867_ttl (Shire)
- apc.file_md5 (Shire)
- consolidate locking macros (Shire)
- remove futex/TSRM locks (Shire)
- non-blocking semaphore locks (Shire)
- zval* object rework (Gopal) |