Version: 3.2.0, Package name: pecl80-memcached-3.2.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description This is one of several PHP extensions allowing you to work with memcached. This one is based on the libmemcached library. |
Filesize: 88.596 KB |
Version History (View Complete History) |
|
2021-10-25 06:33:21 by Stuart Henderson | Files touched by this commit (118) |
Log message: drop php 7.3 from -current, although it is still officially in security support it appears this is not really the case any more https://bugs.php.net/bug.php?id=81026 add @pkgpaths to merge pecl-* etc across mark www/syweb broken, it was marked 7.3-only so looks like it needs more work other php-ish ports have a RDEP on either 7.4 (default version) or 8.0 |
2021-04-30 10:53:00 by Stuart Henderson | Files touched by this commit (30) |
Log message: set @pkgpath to update php 7.2 pecl packages to the default version |
2021-02-24 14:23:17 by Stuart Henderson | Files touched by this commit (16) |
Log message: build php-8.0 versions of the pecl ports which support it |
2020-06-12 08:27:47 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to pecl-memcached-3.1.5 |
2019-12-11 09:08:30 by Stuart Henderson | Files touched by this commit (24) |
Log message: more php71 cleanup |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-08 07:45:44 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to pecl-memcached-3.1.3, enable for php73 |
2019-03-08 10:02:44 by Stuart Henderson | Files touched by this commit (8) |
Log message: put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\ this doesn't get in the way and makes it easier to test possible fixes |
2018-12-12 16:46:18 by Stuart Henderson | Files touched by this commit (7) |
Log message: garbage-collect now unused MODPECL_V |
2018-12-11 05:33:26 by Stuart Henderson | Files touched by this commit (35) |
Log message: move @pkgpath markers for pecl extensions so that versions compiled against the old "ports default" versions of php are autoupdated to the current one |
2018-04-26 09:08:56 by Stuart Henderson | Files touched by this commit (38) |
Log message: move pecl to multi-version; packages are now named pecl56-foo and pecl70-foo for the relevant PHP versions. ports which are 5.6-only remain in pecl-foo port directories, set to only build 5.6 packages ports which have separate versions for 5.6 and 7.0 are split; the port directories are named pecl56-foo for the 5.6-compatible version and pecl-foo for the 7+-version normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0 |
2016-03-19 15:18:38 by Christian Weisgerber | Files touched by this commit (17) |
Log message: For all our ports that use the pecl module, SHARED_ONLY is always defined and "c" is always added to WANTLIB. Remove the check from the module and add WANTLIB += c to the individual port Makefiles. No changes in package signature, no other modules affected. |
2016-02-01 14:55:39 by Stuart Henderson | Files touched by this commit (38) |
Log message: Bump pecl-* and a couple of other ports which have now lost their MESSAGE/UNMESSAGE. Add @extra lines in place of UNMESSAGE. Docs about activating these have been rolled into the general PHP pkg-readmes file. OK/feedback aja@ jasper@ |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2015-11-14 08:37:15 by Stuart Henderson | Files touched by this commit (1) |
Log message: gmake for tests is now handled by pecl.port.mk |
2015-06-05 00:00:24 by Robert Nagy | Files touched by this commit (72) |
Log message: bump revision due to the change of the default php version to 5.6 ok aja@ |