aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_memory.php
Commit message (Expand)AuthorAgeFilesLines
* [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-437/+0
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-191-0/+6
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-101-1/+1
* Oops thanks rxu, fixes r10309 refs #54465Chris Smith2010-01-071-0/+2
* Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfie...Andreas Fischer2009-12-251-1/+1
* Check for required eAccelerator functions #54465Chris Smith2009-12-091-0/+5
* Fix some issues with XCache, can't totally resolve the purge() method as XCac...Chris Smith2009-06-131-1/+1
* some corrections, only very minor things.Meik Sievertsen2009-06-071-2/+2
* Use unique per board cache keys per [1] important when using shared memory fr...Chris Smith2009-06-041-2/+5
* Finished I hope, appropriate errors when modules are missing.Chris Smith2009-06-041-0/+7
* Introduce XCache and eAccelerator, make some small changes to the abstract, f...Chris Smith2009-06-041-1/+14
* Lets follow some PHP4 conventions underscores for internal methods.Chris Smith2009-06-041-12/+14
* ACM memory abstract classChris Smith2009-06-041-0/+401