From f99e201a27ae05f5126ef28a4a5dda464050f162 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 2 May 2011 23:26:56 +0000 Subject: [PATCH] Added skeletons for missing memcache ini settings git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310725 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/memcache/ini.xml | 90 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/reference/memcache/ini.xml b/reference/memcache/ini.xml index 9c22af86eb..600576804d 100644 --- a/reference/memcache/ini.xml +++ b/reference/memcache/ini.xml @@ -64,6 +64,36 @@ PHP_INI_ALL Supported since memcache 2.1.2 + + memcache.protocol + ascii + >PHP_INI_ALL + Supported since memcache 3.0.0 + + + memcache.redundancy + 1 + >PHP_INI_ALL + Supported since memcache 3.0.0 + + + memcache.session_redundancy + 2 + >PHP_INI_ALL + Supported since memcache 3.0.0 + + + memcache.compress_threshold + 20000 + >PHP_INI_ALL + Supported since memcache 3.0.3 + + + memcache.lock_timeout + 15 + >PHP_INI_ALL + Supported since memcache 3.0.4 + @@ -188,6 +218,66 @@ + + + memcache.protocol + string + + + + + + + + + + + memcache.redundancy + integer + + + + + + + + + + + memcache.session_redundancy + integer + + + + + + + + + + + memcache.compress_threshold + integer + + + + + + + + + + + memcache.lock_timeout + integer + + + + + + + +