slackbuilds/development/php-apcu
Sebastien BALLET 84c3d9fd43 development/php-apcu: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-15 07:22:55 +07:00
..
README
apcu.ini
doinst.sh
php-apcu.SlackBuild development/php-apcu: Fix ownership. 2017-07-15 07:22:55 +07:00
php-apcu.info development/php-apcu: Updated for version 4.0.11. 2016-05-15 17:13:18 +07:00
slack-desc

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.