<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/acm/acm_memory.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>[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().</title>
<updated>2010-08-19T16:30:24+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2010-08-19T16:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5e330044b87190dcdb66aa3c83932a4c16627692'/>
<id>5e330044b87190dcdb66aa3c83932a4c16627692</id>
<content type='text'>
In the ACM-Modules we need to check whether the function is loaded, before we
use it, as this is not the case from download/file.php in avatar-mode.

PHPBB3-9519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the ACM-Modules we need to check whether the function is loaded, before we
use it, as this is not the case from download/file.php in avatar-mode.

PHPBB3-9519
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().</title>
<updated>2010-08-10T14:11:39+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2010-08-10T14:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4c95ed0eeb497d3febe3169614e9385cefa648d2'/>
<id>4c95ed0eeb497d3febe3169614e9385cefa648d2</id>
<content type='text'>
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.

PHPBB3-9519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
acm_memory.php is untested. install/install_convert.php and
includes/functions_convert.php are going to be tested and committed afterwards.

PHPBB3-9519
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops thanks rxu, fixes r10309 refs #54465</title>
<updated>2010-01-07T09:09:39+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2010-01-07T09:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4a80b883ab27267f801eec825fb9c8228ba696ab'/>
<id>4a80b883ab27267f801eec825fb9c8228ba696ab</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10396 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@10396 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfield() on cached queries.</title>
<updated>2009-12-25T15:55:35+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2009-12-25T15:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=faf95e858f7bb7f1a0123569f2a27efde6062ea4'/>
<id>faf95e858f7bb7f1a0123569f2a27efde6062ea4</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10379 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@10379 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for required eAccelerator functions #54465</title>
<updated>2009-12-09T22:16:53+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-12-09T22:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3665540ffb565f0a9fe19bc316a594b7011c3c69'/>
<id>3665540ffb565f0a9fe19bc316a594b7011c3c69</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10309 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@10309 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some issues with XCache, can't totally resolve the purge() method as XCache does not expose its settings to userland PHP. #46435</title>
<updated>2009-06-13T13:14:27+00:00</updated>
<author>
<name>Chris Smith</name>
<email>toonarmy@phpbb.com</email>
</author>
<published>2009-06-13T13:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=75ae7aee971c91e8548aabc93319dfa0789d6164'/>
<id>75ae7aee971c91e8548aabc93319dfa0789d6164</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9579 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@9579 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>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>
</feed>
