diff --git a/index.html b/index.html index 58314fb..0ee7933 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,11 @@

A PHP opcode cache / optimizer / accelerator

+

IMPORTANT

+

This project hasn't been maintained since 2012. It has serious bugs and nobody has been fixing them for years.

+

So before you use it, be sure you know what you are doing.

+

You may want to use Opcache instead, or simply update PHP to version 5.5+, which come with Opcache bundled so you don't need to install any opcode cache at all.

+

Welcome to the eAccelerator project

eAccelerator is a free open-source PHP accelerator & optimizer. 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.