ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01608
[Bug 585995] Re: WL: php5x-pecl-memcached
Package installs and provides functionality:
# php -v
PHP 5.3.13 (cli) (built: May 8 2012 15:39:23)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
# php -m | grep memcache
memcached
# php -i | grep memcached
/etc/php.d/memcached.ini,
memcached
memcached support => enabled
libmemcached version => 0.31
Registered save handlers => files user memcached
====
Functionality tested:
# php
<?php
$m = new Memcached();
$m->addServer('localhost', 11211);
$m->set('foo', 100);
var_dump($m->get('foo'));
?>
int(100)
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/585995
Title:
WL: php5x-pecl-memcached
Status in IUS Community Project:
In Progress
Status in Pantheon - open-source system configuration for enterprise Drupal:
New
Bug description:
I noticed that IUS packages PECL memcache. The PECL memcached
extension is increasingly favored these days for various reasons, and
a good package would make it easier to install. It does, however,
require libmemcached. Remi's repository has good libmemcached and PECL
memcached packages, if you're looking for a basis.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/585995/+subscriptions
References