<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/acm/acm_memcache.php, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[task/acm-refactor] Refactor the ACM classes to have a common interface.</title>
<updated>2011-01-09T22:49:35+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-11-03T17:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9329b16ab13f3a4caf107df358c3c58bda2dcd8a'/>
<id>9329b16ab13f3a4caf107df358c3c58bda2dcd8a</id>
<content type='text'>
They are now refered to as cache drivers rather than ACM classes. The
additional utility functions from the original cache class have been
moved to the cache_service. The class loader is now instantiated without
a cache instance and passed one as soon as it is constructed to allow
autoloading the cache classes.

PHPBB3-9983
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are now refered to as cache drivers rather than ACM classes. The
additional utility functions from the original cache class have been
moved to the cache_service. The class loader is now instantiated without
a cache instance and passed one as soon as it is constructed to allow
autoloading the cache classes.

PHPBB3-9983
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9556] Drop php closing tags, add trailing newline</title>
<updated>2010-11-11T18:10:55+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-11-09T07:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=af5b9a96409d788733fcb1ff367e0c7fb0583702'/>
<id>af5b9a96409d788733fcb1ff367e0c7fb0583702</id>
<content type='text'>
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/memcache-multi-server] Changing format for multiple memcache hosts. Fixing code style issues in changes.</title>
<updated>2010-03-18T16:01:50+00:00</updated>
<author>
<name>mrkurt</name>
<email>kurt@mubble.net</email>
</author>
<published>2010-03-18T11:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c57c1f3fc606665fad6b31993c4a1481018b0915'/>
<id>c57c1f3fc606665fad6b31993c4a1481018b0915</id>
<content type='text'>
Host and ports are now represented like this in config:
host1/port1,host2/port2,host3/port3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Host and ports are now represented like this in config:
host1/port1,host2/port2,host3/port3
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/memcache-multi-server] Adding support for multiple memcache servers to acm_memcache.php</title>
<updated>2010-03-18T16:01:21+00:00</updated>
<author>
<name>mrkurt</name>
<email>kurt@mubble.net</email>
</author>
<published>2010-03-17T11:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=559313eda60459ed7b73e790257321402824d35c'/>
<id>559313eda60459ed7b73e790257321402824d35c</id>
<content type='text'>
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'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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'
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential data corruption issues with memcache ACM</title>
<updated>2009-12-08T22:55:33+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-12-08T22:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=aedff9c97a72d2e47f8013e14a068400232b258e'/>
<id>aedff9c97a72d2e47f8013e14a068400232b258e</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10307 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10307 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>some corrections, only very minor things.</title>
<updated>2009-06-07T11:34:01+00:00</updated>
<author>
<name>Meik Sievertsen</name>
<email>acydburn@phpbb.com</email>
</author>
<published>2009-06-07T11:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a539fca62b10f53a5f5dadf07f9ab07340fdabf9'/>
<id>a539fca62b10f53a5f5dadf07f9ab07340fdabf9</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9554 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9554 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a small bug with xcache (thanks bantu), and some code consistency changes</title>
<updated>2009-06-05T15:40:56+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-06-05T15:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9c00496ff5f5d940d34692c4800e209887d7e9fa'/>
<id>9c00496ff5f5d940d34692c4800e209887d7e9fa</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9544 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9544 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server.</title>
<updated>2009-06-04T15:59:42+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-06-04T15:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=832c6b2f62917b0c456c7a9f33f40d2ebeb75387'/>
<id>832c6b2f62917b0c456c7a9f33f40d2ebeb75387</id>
<content type='text'>
[1] http://area51.phpbb.com/phpBB/viewtopic.php?p=201739#p201739


git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9541 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[1] http://area51.phpbb.com/phpBB/viewtopic.php?p=201739#p201739


git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9541 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Finished I hope, appropriate errors when modules are missing.</title>
<updated>2009-06-04T15:37:53+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-06-04T15:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cd1c5de3a508ec851b11baf4095449c66ee6c770'/>
<id>cd1c5de3a508ec851b11baf4095449c66ee6c770</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9540 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9540 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Lets follow some PHP4 conventions underscores for internal methods.</title>
<updated>2009-06-04T14:34:07+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-06-04T14:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=aec3a498de31b380d0eb48154de0b2bd56054dfa'/>
<id>aec3a498de31b380d0eb48154de0b2bd56054dfa</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9536 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9536 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
</feed>
