Skip to content

Make sasl disableable - #2

Merged
iliaal merged 2 commits into
php-memcached-dev:masterfrom
couchbase:master
Oct 20, 2011
Merged

iliaal merged 2 commits into
php-memcached-dev:masterfrom
couchbase:master

Conversation

@janl

@janl janl commented Jun 16, 2011

Copy link
Copy Markdown
Contributor

This patch adds the --disable-memcached-sasl configuration option to disable sasl support.

Usage:

./configure --disable-memcached-sasl

janl added 2 commits June 16, 2011 02:50
  ./configure --disable-memcached-sasl
memcached_touch($key, $expiration = 0);
memcached_touch_by_key($key, $server_key, $expiration = 0);

$m->touch($key, $expiration = 0);
$m->touchByKey($key, $expiration = 0);

Throws an E_WARNING if called on connections with the text protocol.
@janl

janl commented Oct 14, 2011

Copy link
Copy Markdown
Contributor Author

Ping?

@soldair

soldair commented Oct 14, 2011

Copy link
Copy Markdown

wow u asked for this one a while ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants