From 2abde6fe5306d0201a86db553bfb8d6826439352 Mon Sep 17 00:00:00 2001 From: Mikael Johansson Date: Fri, 21 Sep 2007 16:39:07 +0000 Subject: [PATCH] Added INI settings available as of release 2.2.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242800 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/memcache/ini.xml | 43 +++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/reference/memcache/ini.xml b/reference/memcache/ini.xml index 0fdbb63626..4db267f438 100644 --- a/reference/memcache/ini.xml +++ b/reference/memcache/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -40,6 +40,18 @@ PHP_INI_ALL Available since Memcache 2.0.2 + + memcache.hash_strategy + "standard" + PHP_INI_ALL + Available since Memcache 2.2.0 + + + memcache.hash_function + "crc32" + PHP_INI_ALL + Available since Memcache 2.2.0 + session.save_handler @@ -116,7 +128,36 @@ + + + + session.hash_strategy + string + + + + Controls which strategy to use when mapping keys to servers. Set this value to + consistent to enable consistent hashing which allows servers + to be added or removed from the pool without causing keys to be remapped. + Setting this value to standard results in the old strategy + being used. + + + + + + session.hash_function + string + + + + Controls which hash function to apply when mapping keys to servers, crc32 + uses the standard CRC32 hash while fnv uses FNV-1a. + + + + session.save_handler