Added MEMCACHED_BEHAVIOR_DEAD_TIMEOUT class constant 'OPT_DEAD_TIMEOUT' (new in 1.0.3)

This commit is contained in:
Nicolas Van Eenaeme
2012-11-14 22:13:43 +01:00
parent d9a2e8b6c3
commit 30d9031620
2 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ class Memcached {
const OPT_RETRY_TIMEOUT;
const OPT_DEAD_TIMEOUT;
const OPT_SND_TIMEOUT;
const OPT_RCV_TIMEOUT;