Skip to content

Make sasl disableable #2

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Oct 20, 2011
Merged

Make sasl disableable #2

merged 2 commits into from
Oct 20, 2011

Conversation

janl
Copy link
Contributor

@janl janl commented Jun 16, 2011

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
Copy link
Contributor Author

janl commented Oct 14, 2011

Ping?

@soldair
Copy link

soldair commented Oct 14, 2011

wow u asked for this one a while ago

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants