mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Register constants.
This commit is contained in:
@@ -50,8 +50,6 @@ class Memcached {
|
||||
|
||||
const OPT_CONNECT_TIMEOUT;
|
||||
|
||||
const OPT_CONNECT_TIMEOUT;
|
||||
|
||||
const OPT_RETRY_TIMEOUT;
|
||||
|
||||
const OPT_SND_TIMEOUT;
|
||||
@@ -60,6 +58,10 @@ class Memcached {
|
||||
|
||||
const OPT_POLL_TIMEOUT;
|
||||
|
||||
const OPT_SERVER_FAILURE_LIMIT;
|
||||
|
||||
const OPT_CACHE_LOOKUPS;
|
||||
|
||||
|
||||
/**
|
||||
* Class options.
|
||||
|
||||
Reference in New Issue
Block a user