slackbuilds/development/php-apcu
Heinz Wiesinger 47a5b49203 development/php-apcu: Fix php ini file location.
Also added missing pecl registration.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2016-02-07 15:06:56 +07:00
..
README development/php-apcu: Added (userland caching). 2015-10-29 19:37:20 +07:00
apcu.ini development/php-apcu: Fix php ini file location. 2016-02-07 15:06:56 +07:00
doinst.sh development/php-apcu: Fix php ini file location. 2016-02-07 15:06:56 +07:00
php-apcu.SlackBuild development/php-apcu: Fix php ini file location. 2016-02-07 15:06:56 +07:00
php-apcu.info development/php-apcu: Added (userland caching). 2015-10-29 19:37:20 +07:00
slack-desc development/php-apcu: Added (userland caching). 2015-10-29 19:37:20 +07:00

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.