summaryrefslogtreecommitdiff
path: root/www/php-apcu_bc/DESCR
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2016-07-26 09:31:35 +0000
committerjdolecek <jdolecek>2016-07-26 09:31:35 +0000
commite78fe3b89ae31e5cc8070714a163d2764dd684ce (patch)
treed6012691dbb4f1282f28d919a3b91692c5ebaca9 /www/php-apcu_bc/DESCR
parentc3d68ecf2c61d61b53167fd9aa14abc126040d60 (diff)
downloadpkgsrc-e78fe3b89ae31e5cc8070714a163d2764dd684ce.tar.gz
fix description, the previous content was taken from php-apcu
Diffstat (limited to 'www/php-apcu_bc/DESCR')
-rw-r--r--www/php-apcu_bc/DESCR19
1 files changed, 1 insertions, 18 deletions
diff --git a/www/php-apcu_bc/DESCR b/www/php-apcu_bc/DESCR
index 53320c01674..2ed406ab79c 100644
--- a/www/php-apcu_bc/DESCR
+++ b/www/php-apcu_bc/DESCR
@@ -1,18 +1 @@
-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.
+This module provides a backwards APC compatible API using APCu.