diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-11-27 08:10:44 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-27 08:10:44 +0100 |
commit | cbbba2dcc77c8c96340f00c7f01bb66227e8b778 (patch) | |
tree | ff3b2927fc78e51d43c7dbb0ff39abf67e1f38a2 /phpBB/docs/coding-guidelines.html | |
parent | a8e2f4256b0f1330db8eb799bb26624cf185c6d4 (diff) | |
parent | 5ed02c21493ccbde7d5072cd74c0b118153f508c (diff) | |
download | forums-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.html | 6 |
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) |