pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-apcu_bc
Module Name: pkgsrc
Committed By: jdolecek
Date: Tue Jul 26 09:31:35 UTC 2016
Modified Files:
pkgsrc/www/php-apcu_bc: DESCR
Log Message:
fix description, the previous content was taken from php-apcu
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/php-apcu_bc/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/php-apcu_bc/DESCR
diff -u pkgsrc/www/php-apcu_bc/DESCR:1.1.1.1 pkgsrc/www/php-apcu_bc/DESCR:1.2
--- pkgsrc/www/php-apcu_bc/DESCR:1.1.1.1 Tue Jul 26 09:26:06 2016
+++ pkgsrc/www/php-apcu_bc/DESCR Tue Jul 26 09:31:35 2016
@@ -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.
Home |
Main Index |
Thread Index |
Old Index