Module submission - eaccelerator

stelzy@gmail.com stelzy at gmail.com
Tue Oct 17 18:56:33 UTC 2006


module name       : eaccelerator
suggested section : web
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


Eaccelerator is a program to make your php work faster.

-------------- next part --------------
--- eaccelerator/BUILD	1970-01-01 03:00:00.000000000 +0300
+++ eaccelerator/BUILD	2006-10-17 22:54:58.744475500 +0400
@@ -0,0 +1,14 @@
+(
+
+  /usr/bin/phpize  &&
+
+  ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config $OPTS  &&
+
+  default_make
+
+  if ! [ -d "/tmp/eaccelerator" ]; then
+    mkdir /tmp/eaccelerator
+    chmod 0777 /tmp/eaccelerator
+  fi
+
+) > $C_FIFO 2>&1
--- eaccelerator/DEPENDS	1970-01-01 03:00:00.000000000 +0300
+++ eaccelerator/DEPENDS	2006-10-12 13:25:38.735295750 +0400
@@ -0,0 +1 @@
+depends php5
--- eaccelerator/DETAILS	1970-01-01 03:00:00.000000000 +0300
+++ eaccelerator/DETAILS	2006-10-12 13:29:11.592598500 +0400
@@ -0,0 +1,33 @@
+          MODULE=eaccelerator
+         VERSION=0.9.5
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:12f3319614e5b672f37095f03478e7f3ed904a43
+        WEB_SITE=http://eaccelerator.net/
+         ENTERED=20061012
+         UPDATED=20061012
+           SHORT="A free open-source PHP accelerator, optimizer, encoder"
+
+cat << EOF
+eAccelerator is a free open-source PHP accelerator, optimizer, encoder
+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 stores compiled PHP scripts in shared memory and executes code
+directly from it. It creates locks only for a short time, while searching
+for a 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.
+
+eAccelerator also contains a PHP encoder and loader. You can encode PHP
+scripts using encoder.php in order to distribute them without sources.
+Encoded files can be run on any site which runs PHP with eAccelerator.
+The sources of encoded scripts can't be restored because they are stored
+in a compiled form and the encoded version doesn't contain the source.
+Of course, some internals of the scripts can be restored with different
+reverse engineering tools (disassemblers, debuggers, etc.), but it
+is not trivial.
+EOF
-------------- next part --------------
lvu submit eaccelerator 9890f309f3d09100a37b25edd1c960fa  -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list