summaryrefslogtreecommitdiffstats
path: root/development/php-apcu/README
diff options
context:
space:
mode:
author Eugene Wissner <belka@caraus.de>2015-10-29 00:00:32 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-29 19:37:20 +0700
commitab908d38b2c40c478b3e071e4142ba7e7500af56 (patch)
treebbb33467fe83b7168ca7827c5f47d84fb8135f13 /development/php-apcu/README
parent6005f1f18288e8b89346ac4e760d3a8694c2acbc (diff)
downloadslackbuilds-ab908d38b2c40c478b3e071e4142ba7e7500af56.tar.gz
slackbuilds-ab908d38b2c40c478b3e071e4142ba7e7500af56.tar.xz
development/php-apcu: Added (userland caching).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/php-apcu/README')
-rw-r--r--development/php-apcu/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/php-apcu/README b/development/php-apcu/README
new file mode 100644
index 0000000000..88a373e284
--- /dev/null
+++ b/development/php-apcu/README
@@ -0,0 +1,10 @@
+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.