summaryrefslogtreecommitdiffstats
path: root/libraries/eaccelerator/README
diff options
context:
space:
mode:
author javivf <javivf@gmail.com>2010-05-11 22:53:58 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:53:58 +0200
commit901c59a1b7a7f974038163874552251de9c61624 (patch)
treee3644cf6d74fbaf45fe33b282c2184972d1a237f /libraries/eaccelerator/README
parented6d73b04b0ca21f081bc9dd909ff7889e12f2bf (diff)
downloadslackbuilds-901c59a1b7a7f974038163874552251de9c61624.tar.gz
slackbuilds-901c59a1b7a7f974038163874552251de9c61624.tar.xz
libraries/eaccelerator: Added to 12.1 repository
Diffstat (limited to 'libraries/eaccelerator/README')
-rw-r--r--libraries/eaccelerator/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/eaccelerator/README b/libraries/eaccelerator/README
new file mode 100644
index 0000000000..7bae24b53e
--- /dev/null
+++ b/libraries/eaccelerator/README
@@ -0,0 +1,6 @@
+eAccelerator is a free open-source PHP accelerator, optimizer, 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.