OpenSDE Packages Database (without history before r20070)
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

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../eaccelerator/eaccelerator.desc
  5. [COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
  6. [COPY] Copyright (C) 2006 The T2 SDE Project
  7. [COPY]
  8. [COPY] More information can be found in the files COPYING and README.
  9. [COPY]
  10. [COPY] This program is free software; you can redistribute it and/or modify
  11. [COPY] it under the terms of the GNU General Public License as published by
  12. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  13. [COPY] GNU General Public License can be found in the file COPYING.
  14. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  15. [I] a PHP accelerator, optimizer, encoder and dynamic content cache
  16. [T] eAccelerator is a free open-source PHP accelerator, optimizer, encoder and
  17. [T] dynamic content cache. It increases the performance of PHP scripts by
  18. [T] caching them in their compiled state, so that the overhead of compiling is
  19. [T] almost completely eliminated. It also optimizes scripts to speed up their
  20. [T] execution. eAccelerator typically reduces server load and increases the
  21. [T] speed of your PHP code by 1-10 times.
  22. [T]
  23. [T] eAccelerator was born in December 2004 as a fork of the Turck MMCache
  24. [T] project. Turck MMCache was created by Dmitry Stogov and much of the
  25. [T] eAccelerator code is still based on his work.
  26. [T]
  27. [T] eAccelerator stores compiled PHP scripts in shared memory and executes code
  28. [T] directly from it. It creates locks only for a short time, while searching
  29. [T] for a compiled PHP script in the cache, so one script can be executed
  30. [T] simultaneously by several engines. Files that can't fit in shared memory
  31. [T] are cached on disk only.
  32. [T]
  33. [T] eAccelerator also contains a PHP encoder and loader. You can encode PHP
  34. [T] scripts using encoder.php in order to distribute them without sources.
  35. [T] Encoded files can be run on any site which runs PHP with eAccelerator.
  36. [T] The sources of encoded scripts can't be restored because they are stored
  37. [T] in a compiled form and the encoded version doesn't contain the source. Of
  38. [T] course, some internals of the scripts can be restored with different reverse
  39. [T] engineering tools (disassemblers, debuggers, etc.), but it is not trivial.
  40. [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] Alejandro Mery <amery@opensde.org>
  45. [C] extra/tool
  46. [L] GPL
  47. [S] Stable
  48. [V] 0.9.5.3
  49. [P] X -----5---9 800.000
  50. [D] 3045936844 eaccelerator-0.9.5.3.tar.bz2 http://bart.eaccelerator.net/source/0.9.5.3/
  51. #[D] 2082549102 eaccelerator-svn203.tar.gz http://snapshots.eaccelerator.net/