Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
eAccelerator is a free open source PHP accelerator, optimizer,
encoder and dynamic content cache for PHP. It increases performance
of PHP scripts by caching them in compiled state, so that the
overhead of compiling is almost completely eliminated. Also it
uses some optimizations to speed up execution of PHP scripts.
eAccelerator typically reduces server load and increases the
speed of your PHP code by 1-10 times.
eAccelerator is a fork of TurckMMCache
( http://sourceforge.net/project/turckmm-cache/ by Dmitry Stogov )
eAccelerator stores compiled PHP scripts in shared memory and
executes code directly from it. It creates locks only for
short time, while searching compiled PHP script in the cache,
so one script can be executed simultaneously by several engines.
Files that can't fit in shared memory are cached on disk only.