Skip to content

Commit 5568819

Browse files
committed
Merge pull request #49 from memcachier/doc
Document SASL support
2 parents c446225 + 9cb3089 commit 5568819

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

memcached-api.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ public function isPersistent( ) {}
271271

272272
public function isPristine( ) {}
273273

274+
public function setSaslAuthData( $username, $password ) {}
275+
274276
}
275277

276278
class MemcachedException extends Exception {

memcached.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,8 @@ memcached.compression_threshold = 2000
8181
;
8282
; The default is igbinary if available and php otherwise.
8383
memcached.serializer = "igbinary"
84+
85+
; Use SASL authentication for connections
86+
; valid values: On, Off
87+
; the default is Off
88+
memcached.use_sasl = Off

0 commit comments

Comments
 (0)