summaryrefslogtreecommitdiff
path: root/libraries/eaccelerator/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-04 00:45:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit972c058be814cd79dfecea8f2a08f10e4735a0ba (patch)
treee0b1fa0d44bd32cada2f545c3b4a51909e027da0 /libraries/eaccelerator/README
parentb248d99df4369ddaa8a5c04333e5d3e7ef5f78cd (diff)
downloadslackbuilds-972c058be814cd79dfecea8f2a08f10e4735a0ba.tar.gz
libraries/eaccelerator: Removed (incompatible with PHP 5.6).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/eaccelerator/README')
-rw-r--r--libraries/eaccelerator/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/eaccelerator/README b/libraries/eaccelerator/README
deleted file mode 100644
index 917f0bf582..0000000000
--- a/libraries/eaccelerator/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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.