summaryrefslogtreecommitdiff
path: root/www/eaccelerator/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /www/eaccelerator/pkg-descr
parentRevert the previous commit. We are in a ports freeze. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Diffstat (limited to 'www/eaccelerator/pkg-descr')
-rw-r--r--www/eaccelerator/pkg-descr17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/eaccelerator/pkg-descr b/www/eaccelerator/pkg-descr
deleted file mode 100644
index 3da3b1ff97de..000000000000
--- a/www/eaccelerator/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Turck MMCache is a opcode cache for PHP. It increases
-performance of PHP scripts by caching them in compiled state,
-so that the overhead of compiling is almost completely eliminated.
-Also it uses some optimizations for speed up of PHP scripts execution.
-Turck MMCache typically reduces server load and increases
-the speed of your PHP code by 1-10 times.
-
-Turck MMCache contains PHP encoder and loader. You can encode any PHP
-scripts with encoder to distribute them without sources. Encoded files
-can be run on any site which runs PHP with Turck MMCache. The sources
-of encoded script can't be restored because they are stored in a compiled
-form and the encoded version doesn't contain the source.
-
-WWW: http://turck-mmcache.sourceforge.net/
-
-- Alex Dupre
-ale@FreeBSD.org