* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / www / eaccelerator / eaccelerator.desc
blob75abc85ba8160bf12fb8acbd7d06a54de9faf1d5
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/eaccelerator/eaccelerator.desc
3 [COPY] Copyright (C) 2006 - 2024 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A PHP accelerator, optimizer, encoder and dynamic content cache
14 [T] eAccelerator is a free open-source PHP accelerator, optimizer, encoder and
15 [T] dynamic content cache. It increases the performance of PHP scripts by
16 [T] caching them in their compiled state, so that the overhead of compiling is
17 [T] almost completely eliminated. It also optimizes scripts to speed up their
18 [T] execution. eAccelerator typically reduces server load and increases the
19 [T] speed of your PHP code by 1-10 times.
20 [T]
21 [T] eAccelerator was born in December 2004 as a fork of the Turck MMCache
22 [T] project. Turck MMCache was created by Dmitry Stogov and much of the
23 [T] eAccelerator code is still based on his work.
24 [T]
25 [T] eAccelerator stores compiled PHP scripts in shared memory and executes code
26 [T] directly from it. It creates locks only for a short time, while searching
27 [T] for a compiled PHP script in the cache, so one script can be executed
28 [T] simultaneously by several engines. Files that can't fit in shared memory
29 [T] are cached on disk only.
30 [T]
31 [T] eAccelerator also contains a PHP encoder and loader. You can encode PHP
32 [T] scripts using encoder.php in order to distribute them without sources.
33 [T] Encoded files can be run on any site which runs PHP with eAccelerator.
34 [T] The sources of encoded scripts can't be restored because they are stored
35 [T] in a compiled form and the encoded version doesn't contain the source. Of
36 [T] course, some internals of the scripts can be restored with different reverse
37 [T] engineering tools (disassemblers, debuggers, etc.), but it is not trivial.
39 [U] http://eaccelerator.net/
41 [A] Dmitry Stogov {Turck MMCache author}
42 [A] Shin Seung Woo <segv74@gmail.com>
43 [A] Bart Vanbrabant <bart.vanbrabant@zoeloelip.be>
44 [M] Vlad Glagolev <stelzy@gmail.com>
46 [C] extra/tool
48 [L] GPL
49 [S] Stable
50 [V] 0.9.6.1
51 [P] X -----5---9 800.000
53 [D] 1e3031853618da595f05ad7eb2f03837274aaa34b61ac5c7ae976b27 eaccelerator-0.9.6.1.tar.bz2 http://dl.sourceforge.net/sourceforge/eaccelerator/