| 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.10 |
* Add apc.stat ini flag which defaults to 1. If set to 0, the main script and any fullpath
includes will not be stat'ed for any changes. You will have to restart the server if you
change anything. This mode increases performance quite a bit, especially if you have a
lot of includes.
* Get rid of the lock safety net hack I added in 3.0.9. It seems to cause more problems
than it solves. I'll need to revisit locking and signal handling at some point soon. |
|