NOTICE: This package has been removed from pkgsrc

./www/php-eaccelerator, PHP accelerator, optimizer, encoder and dynamic content cache

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.3.9.0.9.6.1nb1, Package name: php53-eaccelerator-5.3.9.0.9.6.1nb1, Maintainer: pkgsrc-users

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.


Required to run:
[lang/php53]

Required to build:
[devel/autoconf] [devel/libtool-base] [devel/automake]

Package options: eaccelerator-doc-comment-inclusion

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2015-03-15 15:58:04 by Takahiro Kambe | Files touched by this commit (6) | Package removed
Log message:
Remove php-eaccelerator package which was supported by php53 only.
   2012-12-05 16:28:30 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Introduce eaccelerator-disassembler and eaccelerator-doc-comment-inclusion
PKG_OPTIONS and enable eaccelerator-doc-comment-inclusion default, focusing
to PR pkg/46775.

Bump PKGREVISION.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-06-17 00:34:23 by David A. Holland | Files touched by this commit (4)
Log message:
Remove 52 from PHP_VERSIONS_ACCEPTED.
   2012-06-16 05:06:19 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Restrict to PHP 5.2.x and 5.3.x.
   2012-04-16 00:01:05 by Thomas Klausner | Files touched by this commit (64)
Log message:
Reset maintainer, developer has left the building
   2011-12-17 14:46:29 by OBATA Akio | Files touched by this commit (13) | Package updated
Log message:
Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default.

It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.

To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
   2010-12-13 14:18:20 by Takahiro Kambe | Files touched by this commit (6) | Package updated
Log message:
Reset PKGREVISION by update of base PHP version.