1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-15 02:22:40 +02:00
Files
php-phpbb/phpBB/includes
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
..
2007-10-04 12:03:05 +00:00
2008-04-20 05:16:42 +00:00
2008-07-28 13:26:20 +00:00
2009-05-31 10:46:40 +00:00
2009-04-17 16:10:39 +00:00
2009-06-03 12:13:01 +00:00