aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-06-05 14:51:17 +0000
committerChris Smith <toonarmy@phpbb.com>2009-06-05 14:51:17 +0000
commita7c7f6a6a80f99dfd6443d5bd905987361812318 (patch)
treeab728c347e1eabff8ff3df6c5200de73d6291ecb /phpBB/docs
parent9961ea9c2ab89923f6af8ba3b0e78d7dc30f7b0b (diff)
downloadforums-a7c7f6a6a80f99dfd6443d5bd905987361812318.tar
forums-a7c7f6a6a80f99dfd6443d5bd905987361812318.tar.gz
forums-a7c7f6a6a80f99dfd6443d5bd905987361812318.tar.bz2
forums-a7c7f6a6a80f99dfd6443d5bd905987361812318.tar.xz
forums-a7c7f6a6a80f99dfd6443d5bd905987361812318.zip
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
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 6df3240e01..1991f77b45 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -91,6 +91,7 @@
<li>[Fix] Allow whitespaces in avatar gallery names. (Bug #44955)</li>
<li>[Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)</li>
<li>[Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)</li>
+ <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Feature] Backported 3.2 captcha plugins.</li>
<li>[Feature] Introduced new ACM plugins:
<ul>