eaccelerator: A PHP accelerator, optimizer, encoder and dynamic content cache1

eAccelerator is a free open-source PHP accelerator, optimizer, encoder and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.

eAccelerator was born in December 2004 as a fork of the Turck MMCache project. Turck MMCache was created by Dmitry Stogov and much of the eAccelerator code is still based on his work.

eAccelerator stores compiled PHP scripts in shared memory and executes code directly from it. It creates locks only for a short time, while searching for a compiled PHP script in the cache, so one script can be executed simultaneously by several engines. Files that can't fit in shared memory are cached on disk only.

eAccelerator also contains a PHP encoder and loader. You can encode PHP scripts using encoder.php in order to distribute them without sources. Encoded files can be run on any site which runs PHP with eAccelerator. The sources of encoded scripts can't be restored because they are stored in a compiled form and the encoded version doesn't contain the source. Of course, some internals of the scripts can be restored with different reverse engineering tools (disassemblers, debuggers, etc.), but it is not trivial.

... part of T2, get it here

URL: http://eaccelerator.net/

Author: Dmitry Stogov {Turck MMCache author}
Author: Shin Seung Woo <segv74 [at] gmail [dot] com>
Author: Bart Vanbrabant <bart [dot] vanbrabant [at] zoeloelip [dot] be>
Maintainer: Vlad Glagolev <stelzy [at] gmail [dot] com>

License: GPL
Status: Stable
Version: 0.9.6.1

Download: http://sourceforge.net/projects/eaccelerator/files/ eaccelerator-0.9.6.1.tar.bz2

T2 source: eaccelerator.cache
T2 source: eaccelerator.conf
T2 source: eaccelerator.desc

Build time (on reference hardware): 5% (relative to binutils)2

Installed size (on reference hardware): 0.10 MB, 6 files

Dependencies (build time detected): 00-dirtree autoconf binutils coreutils diffutils file findutils gawk grep linux-header m4 make perl php re2c sed sysfiles tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).