Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions memcached-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ public function isPersistent( ) {}

public function isPristine( ) {}

public function setSaslAuthData( $username, $password ) {}

}

class MemcachedException extends Exception {
Expand Down
5 changes: 5 additions & 0 deletions memcached.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ memcached.compression_threshold = 2000
;
; The default is igbinary if available and php otherwise.
memcached.serializer = "igbinary"

; Use SASL authentication for connections
; valid values: On, Off
; the default is Off
memcached.use_sasl = Off