README 541 B

1234567891011
  1. APCu is userland caching: APC stripped of opcode caching in
  2. preparation for the deployment of Zend Optimizer+ as the
  3. primary solution to opcode caching in future versions of PHP.
  4. APCu only supports userland caching (and dumping) of variables,
  5. providing an upgrade path for the future. When O+ takes over,
  6. many will be tempted to use 3rd party solutions to userland
  7. caching, possibly even distributed solutions; this would be a
  8. grave error. The tried and tested APC codebase provides far
  9. superior support for local storage of PHP variables.