Commit graph

21 commits

Author SHA1 Message Date
taca
878d3b53d3 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-12-05 15:28:30 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
dholland
ed7688d974 Remove 52 from PHP_VERSIONS_ACCEPTED. 2012-06-16 22:34:23 +00:00
taca
3917c160b7 Restrict to PHP 5.2.x and 5.3.x. 2012-06-16 03:06:19 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
obache
bdaf2325dc 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.
2011-12-17 13:46:27 +00:00
taca
938491e6fa Update php-eaccelerator package to 0.9.6.1.
2010-05-31  Bart Vanbrabant <bart at vanbrabant.eu>

* Release version 0.9.6.1
* php_check_open_basedir only needs to be called when restoring

2010-02-25	Hans Rakers <hans at react.nl>

* Fixed class static variable restore where parent was protected
  static and child was public static. This would lead to error
  'Access to undeclared static property' upon restore from cache
* Added proper handling of class properties during storing in
  cache. Public/private/protected is properly handled now. Somehow
  this was a long overdue TODO spotted by running the testsuite.
  This fixes ticket #408
* Small fix that solves some issues with lambda (closure)
  functions. This solves ticket #405
2011-08-20 14:19:35 +00:00
taca
9db82cbc21 Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
jdolecek
0483a5a1a3 do not hardcode uid for sysv semaphores, to fix compilation on platforms
without spinlock semaphore support; fixes PR pkg/34201
2010-10-02 19:11:35 +00:00
taca
0c8c815a0a Update php-eaccelerator package to 0.9.6.
0.9.6

    * Support for PHP 5.3.
    * The encoder is removed
    * The user cache functions are removed
    * The session handler is removed
    * The minimal PHP version supported is now 5.1
    * Some internal refactoring to clean up the code
    * Fixed some bugs (and probably added some)
2010-03-16 13:58:07 +00:00
jdolecek
35af924688 Update eaccelerator to version 0.9.5.3.
Changes in this version:
* Remove an unlock statement that shouldn't be there. This should
  fix the problems reported in #232 and a lot of related bugs. Thanks
  to Terry Duncan for the fix!

pkgsrc change: use the primary site rather than sourceforce, the newer
version was apparently not uploaded there
2009-07-26 18:05:03 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jdolecek
c898f4d0da Update to 0.9.5.2.
Changes since 0.9.5:
* Fix bug that causes problems with protected attributes and php 5.2
* Fix ttl bug in list_keys
2007-12-09 13:59:38 +00:00
jdolecek
61095a7bf3 Update to final 0.9.5
Includes many important bugfixes and PHP 5.2 support
2006-11-06 20:58:50 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
jlam
e5f8b3e80f Updated www/php-eaccelerator to 0.9.5beta2. Changes from version 0.9.2a
include:

    * Nearly full support for PHP 5.1.x.
    * Many bugfixes and code cleanups.
    * The shared memory functions, session handler and content cache are
      disabled by default now.  They are only used by a small amount of
      users and they could allow local users to fill up the memory if they
      aren't secured properly.
2006-06-01 18:00:59 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
8a957173eb PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.

Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-04 16:50:50 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jdolecek
42f4761d9f Add package for eAccelerator - PHP accelerator, optimizer, encoder and dynamic
content cache.

Confirmed buildable and working for both PHP4 and PHP5.
2005-05-07 18:53:33 +00:00