aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_xcache.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues with XCache, can't totally resolve the purge() method as ↵Chris Smith2009-06-131-3/+21
| | | | | | XCache does not expose its settings to userland PHP. #46435 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9579 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a small bug with xcache (thanks bantu), and some code consistency changesChris Smith2009-06-051-9/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9544 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use unique per board cache keys per [1] important when using shared memory ↵Chris Smith2009-06-041-4/+4
| | | | | | | | | from opcode caches with multiple boards on one server. [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
* Finished I hope, appropriate errors when modules are missing.Chris Smith2009-06-041-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9540 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduce XCache and eAccelerator, make some small changes to the abstract, ↵Chris Smith2009-06-041-0/+106
forgot a period in the command for r9537 :( git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9538 89ea8834-ac86-4346-8a33-228a782c2dd0