phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
mrkurt 559313eda6 [feature/memcache-multi-server] Adding support for multiple memcache servers to acm_memcache.php
You can define multiple memcache servers in your config using this format:

host::port,host::port,host::port

Example:
@define(PHPBB_ACM_MEMCACHE, '127.0.0.1::11211,10.0.0.2::11211,memcache1::11211'
2010-03-18 17:01:21 +01:00
build Incrementing the version number to 3.0.7-PL1 2010-03-05 21:09:37 +01:00
git-tools/hooks Add feature/ support to branchname hook 2010-03-08 01:04:33 +01:00
phpBB [feature/memcache-multi-server] Adding support for multiple memcache servers to acm_memcache.php 2010-03-18 17:01:21 +01:00
tests [develop-olympus] Backported 3.1 unit tests to 3.0. 2010-03-10 16:24:19 +01:00