APC

This package is not maintained anymore and has been superseded.
This extension has been replaced by APCu.

Alternative PHP Cache

APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.

Maintainer

  • Rasmus Lerdorf (lead )
  • Gopal Vijayaraghavan (lead )
  • Xinchen Hui (lead )
  • Ilia Alshanetsky (developer )
  • Marcus Börger (developer )
  • Sara Golemon (developer )
  • Brian Shire (developer )
  • Kalle Sommer Nielsen (developer )
  • Pierre Joye (developer )
  • Anatoliy Belsky (developer )
  • Daniel Cowgill (lead ) [inactive]
  • George Schlossnagle (lead ) [inactive]
  • Edin Kadribasic (developer )

Details

Downloads: 6340425
3.0.10
18 years ago
Version 3.0.10 change log

* 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.

requires:

  • php >=4.3.0
  • pearinstaller >=1.4.0