diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-11 00:29:36 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-11 00:29:36 +0000 |
commit | 62806b628a9d5ae08d50a8e5c9f5fcbfbbfbbd82 (patch) | |
tree | d1f3b9b77fd59b2e4c4976ed29c6551ad47c1a3d /www/eaccelerator/pkg-descr | |
parent | f903d995bec183a4b01d9f4948bcd057e7e535c4 (diff) |
Update to 2.3.10.
PR: 51976
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=80634
Diffstat (limited to 'www/eaccelerator/pkg-descr')
-rw-r--r-- | www/eaccelerator/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/eaccelerator/pkg-descr b/www/eaccelerator/pkg-descr index 6618fbcb7a30..183f202c3868 100644 --- a/www/eaccelerator/pkg-descr +++ b/www/eaccelerator/pkg-descr @@ -5,6 +5,12 @@ 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://www.turcksoft.com/en/e_mmc.htm - Alex Dupre |