summaryrefslogtreecommitdiff
path: root/www/php-apcu_bc/DESCR
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2016-07-26 09:26:06 +0000
committerjdolecek <jdolecek@pkgsrc.org>2016-07-26 09:26:06 +0000
commita94b61e47edbbd5857f0e85ed36acfef490b22b3 (patch)
treef4e10dca9ed297d9c4944aacebd9599226594cda /www/php-apcu_bc/DESCR
parent753a7d44202230472a4f66f1f7b602df5294e041 (diff)
downloadpkgsrc-a94b61e47edbbd5857f0e85ed36acfef490b22b3.tar.gz
Add php-apcu_bc 1.0.3 - module provides a backwards APC compatible API using APCu
Diffstat (limited to 'www/php-apcu_bc/DESCR')
-rw-r--r--www/php-apcu_bc/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/php-apcu_bc/DESCR b/www/php-apcu_bc/DESCR
new file mode 100644
index 00000000000..53320c01674
--- /dev/null
+++ b/www/php-apcu_bc/DESCR
@@ -0,0 +1,18 @@
+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 has a revised and simplified codebase, by the time the PECL release is
+available, every part of APCu being used will have received review and where
+necessary or appropriate, changes.
+
+Simplifying and documenting the API of APCu completely removes the barrier to
+maintenance and development of APCu in the future, and additionally allows us
+to make optimizations not possible previously because of APC's inherent
+complexity.
+
+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.