2005-01-19 08:34:38 +01:00
|
|
|
eAccelerator is a opcode cache for PHP. It increases
|
2003-04-04 11:49:28 +02:00
|
|
|
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.
|
2005-01-19 08:34:38 +01:00
|
|
|
eAccelerator typically reduces server load and increases
|
2003-04-04 11:49:28 +02:00
|
|
|
the speed of your PHP code by 1-10 times.
|
|
|
|
|
2005-01-19 08:34:38 +01:00
|
|
|
eAccelerator contains PHP encoder and loader. You can encode any PHP
|
2003-05-11 02:29:36 +02:00
|
|
|
scripts with encoder to distribute them without sources. Encoded files
|
2005-01-19 08:34:38 +01:00
|
|
|
can be run on any site which runs PHP with eAccelerator. The sources
|
2003-05-11 02:29:36 +02:00
|
|
|
of encoded script can't be restored because they are stored in a compiled
|
|
|
|
form and the encoded version doesn't contain the source.
|
|
|
|
|
2005-01-19 08:34:38 +01:00
|
|
|
WWW: http://eaccelerator.net/
|
2003-04-04 11:49:28 +02:00
|
|
|
|
|
|
|
- Alex Dupre
|
2004-01-18 11:50:15 +01:00
|
|
|
ale@FreeBSD.org
|