You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

58 lines
2.7 KiB

[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../eaccelerator/eaccelerator.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] a PHP accelerator, optimizer, encoder and dynamic content cache
[T] eAccelerator is a free open-source PHP accelerator, optimizer, encoder and
[T] dynamic content cache. It increases the performance of PHP scripts by
[T] caching them in their compiled state, so that the overhead of compiling is
[T] almost completely eliminated. It also optimizes scripts to speed up their
[T] execution. eAccelerator typically reduces server load and increases the
[T] speed of your PHP code by 1-10 times.
[T]
[T] eAccelerator was born in December 2004 as a fork of the Turck MMCache
[T] project. Turck MMCache was created by Dmitry Stogov and much of the
[T] eAccelerator code is still based on his work.
[T]
[T] eAccelerator stores compiled PHP scripts in shared memory and executes code
[T] directly from it. It creates locks only for a short time, while searching
[T] for a compiled PHP script in the cache, so one script can be executed
[T] simultaneously by several engines. Files that can't fit in shared memory
[T] are cached on disk only.
[T]
[T] eAccelerator also contains a PHP encoder and loader. You can encode PHP
[T] scripts using encoder.php in order to distribute them without sources.
[T] Encoded files can be run on any site which runs PHP with eAccelerator.
[T] The sources of encoded scripts can't be restored because they are stored
[T] in a compiled form and the encoded version doesn't contain the source. Of
[T] course, some internals of the scripts can be restored with different reverse
[T] engineering tools (disassemblers, debuggers, etc.), but it is not trivial.
[U] http://eaccelerator.net/
[A] Dmitry Stogov {Turck MMCache author}
[A] Shin Seung Woo <segv74@gmail.com>
[A] Bart Vanbrabant <bart.vanbrabant@zoeloelip.be>
[M] Alejandro Mery <amery@opensde.org>
[C] extra/tool
[L] GPL
[S] Stable
[V] 0.9.5.3
[P] X -----5---9 800.000
[D] 3045936844 eaccelerator-0.9.5.3.tar.bz2 http://bart.eaccelerator.net/source/0.9.5.3/
#[D] 2082549102 eaccelerator-svn203.tar.gz http://snapshots.eaccelerator.net/