You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo 2b7283c703 development/php-apcu: Updated for version 4.0.11. 10 years ago
..
README development/php-apcu: Added (userland caching). 10 years ago
apcu.ini development/php-apcu: Fix php ini file location. 10 years ago
doinst.sh development/php-apcu: Fix php ini file location. 10 years ago
php-apcu.SlackBuild development/php-apcu: Updated for version 4.0.11. 10 years ago
php-apcu.info development/php-apcu: Updated for version 4.0.11. 10 years ago
slack-desc development/php-apcu: Added (userland caching). 10 years ago

README

APCu is userland caching: APC stripped of opcode caching in
preparation for the deployment of Zend Optimizer+ as the
primary solution to opcode caching in future versions of PHP.

APCu only supports userland caching (and dumping) of variables,
providing an upgrade path for the future. When O+ takes over,
many will be tempted to use 3rd party solutions to userland
caching, possibly even distributed solutions; this would be a
grave error. The tried and tested APC codebase provides far
superior support for local storage of PHP variables.