aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-27 08:10:44 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-27 08:10:44 +0100
commitcbbba2dcc77c8c96340f00c7f01bb66227e8b778 (patch)
treeff3b2927fc78e51d43c7dbb0ff39abf67e1f38a2 /phpBB/docs/coding-guidelines.html
parenta8e2f4256b0f1330db8eb799bb26624cf185c6d4 (diff)
parent5ed02c21493ccbde7d5072cd74c0b118153f508c (diff)
downloadforums-cbbba2dcc77c8c96340f00c7f01bb66227e8b778.tar
forums-cbbba2dcc77c8c96340f00c7f01bb66227e8b778.tar.gz
forums-cbbba2dcc77c8c96340f00c7f01bb66227e8b778.tar.bz2
forums-cbbba2dcc77c8c96340f00c7f01bb66227e8b778.tar.xz
forums-cbbba2dcc77c8c96340f00c7f01bb66227e8b778.zip
Merge pull request #5745 from marc1706/ticket/16223
[ticket/16223] Remove no longer supported memcache driver
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 6cf647c55f..ffa2112771 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -234,9 +234,9 @@ PHPBB_USE_BOARD_URL_PATH (use generate_board_url() for image paths instead of
PHPBB_DISABLE_ACP_EDITOR (disable ACP style editor for templates)
PHPBB_DISABLE_CONFIG_CHECK (disable ACP config.php writeable check)
-PHPBB_ACM_MEMCACHE_PORT (overwrite memcached port, default is 11211)
-PHPBB_ACM_MEMCACHE_COMPRESS (overwrite memcached compress setting, default is disabled)
-PHPBB_ACM_MEMCACHE_HOST (overwrite memcached host name, default is localhost)
+PHPBB_ACM_MEMCACHED_PORT (overwrite memcached port, default is 11211)
+PHPBB_ACM_MEMCACHED_COMPRESS (overwrite memcached compress setting, default is disabled)
+PHPBB_ACM_MEMCACHED_HOST (overwrite memcached host name, default is localhost)
PHPBB_ACM_REDIS_HOST (overwrite redis host name, default is localhost)
PHPBB_ACM_REDIS_PORT (overwrite redis port, default is 6379)