summaryrefslogtreecommitdiff
path: root/www/eaccelerator/pkg-descr
blob: 3da3b1ff97de07dc715dd3fb30dcb044093a6e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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