diff options
author | Stephan Lucas <sl@not-only-pixel.de> | 2010-06-29 23:43:42 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 00:13:25 -0500 |
commit | 93965aa270507aab209453415aae69ea443cc8e8 (patch) | |
tree | 0ad6bdb0e1b658b048b2016774aa26731efc99b5 /libraries/eaccelerator/README | |
parent | f962e486fabf8626af999b131ff9fd2feef092a3 (diff) | |
download | slackbuilds-93965aa270507aab209453415aae69ea443cc8e8.tar.gz |
libraries/eaccelerator: Updated for version 0.9.6.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/eaccelerator/README')
-rw-r--r-- | libraries/eaccelerator/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/eaccelerator/README b/libraries/eaccelerator/README index 7bae24b53e..917f0bf582 100644 --- a/libraries/eaccelerator/README +++ b/libraries/eaccelerator/README @@ -1,6 +1,7 @@ -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. +eAccelerator is a free open source PHP accelerator and optimizer. +It increases the performance of PHP scripts by caching them in compiled +state, so the overhead of compiling is almost completely eliminated. +It also optimizes the scripts to speed up execution. + +eAccelerator typically reduces server load and increases the speed of +your PHP code by 1-10 times. |