| Package Information |
| Summary |
Alternative PHP Cache |
| Maintainers |
Rasmus Lerdorf <rasmus@php.net> (lead) [details] Gopal Vijayaraghavan <gopalv@php.net> (lead) [wishlist] [details] Xinchen Hui <laruence@php.net> (lead) [details] Ilia Alshanetsky <ilia@php.net> (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] Anatol Belski <ab@php.net> (developer) [wishlist] [details] Kalle Sommer Nielsen <kalle@php.net> (developer) [details] Pierre Joye (developer) [wishlist] [details]
|
| License |
PHP License
|
| Description |
APC is a free, open, and robust framework for caching and optimizing PHP intermediate code. |
Release notes Version 3.0.10 (stable) |
* 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. |
|