phpbb/phpBB/includes/acm
Chris Smith a7c7f6a6a8 Here we go! New data format for the file ACM module:
- No longer PHP files that are included
- Contain a simple PHP header to stop people attempting to read them
- Read using file system functions only reading as much data as required
Result is:
- Better performance by minimising file system reads
- Injected HTML from nasty scripts no longer contaminates the board
- Opcode caches are no longer thrashed and fragmented by the many files we generate



git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9543 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-05 14:51:17 +00:00
..
acm_apc.php Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server. 2009-06-04 15:59:42 +00:00
acm_eaccelerator.php Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server. 2009-06-04 15:59:42 +00:00
acm_file.php Here we go! New data format for the file ACM module: 2009-06-05 14:51:17 +00:00
acm_memcache.php Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server. 2009-06-04 15:59:42 +00:00
acm_memory.php Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server. 2009-06-04 15:59:42 +00:00
acm_null.php New caching plugin, won't cache anything 2009-06-02 21:29:51 +00:00
acm_xcache.php Use unique per board cache keys per [1] important when using shared memory from opcode caches with multiple boards on one server. 2009-06-04 15:59:42 +00:00