slackbuilds/development/php-apcu
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
apcu.ini
doinst.sh
php-apcu.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
php-apcu.info development/php-apcu: Updated for version 5.1.17. 2021-04-17 23:53:44 -05: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.