summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-01-19 07:34:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-01-19 07:34:38 +0000
commit1197ed7168930689b9f75f3bbce06ce5723a2cc1 (patch)
treea451d5fdf3c21a92f99ec5a0916b012c77cffe20 /www
parentAdd new port timer-applet (diff)
s/Turck MMcache/eAccelerator/g
Notes
Notes: svn path=/head/; revision=126776
Diffstat (limited to 'www')
-rw-r--r--www/eaccelerator/pkg-descr10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/eaccelerator/pkg-descr b/www/eaccelerator/pkg-descr
index 3da3b1ff97de..d4cbb7124d37 100644
--- a/www/eaccelerator/pkg-descr
+++ b/www/eaccelerator/pkg-descr
@@ -1,17 +1,17 @@
-Turck MMCache is a opcode cache for PHP. It increases
+eAccelerator 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
+eAccelerator 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
+eAccelerator 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
+can be run on any site which runs PHP with eAccelerator. 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/
+WWW: http://eaccelerator.net/
- Alex Dupre
ale@FreeBSD.org