diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-01 13:37:53 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-01 13:37:53 +0000 |
commit | 36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8 (patch) | |
tree | 222f7e63ef2aa300cc0942675a2c57d14c7e831f /phpBB/docs/CHANGELOG.html | |
parent | d597eacce54708f0a5e6788f9cb90c84678e94fb (diff) | |
download | forums-36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8.tar forums-36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8.tar.gz forums-36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8.tar.bz2 forums-36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8.tar.xz forums-36ccf7c6d7ee7d0ee4190c0beecb864c1524f7a8.zip |
Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)
- newer PHP versions handle this quite fine, a Fatal Error is returned in this case
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9353 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8509b875ef..ea4846f8ea 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -110,6 +110,7 @@ <li>[Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)</li> <li>[Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)</li> <li>[Fix] Correct mbstring regular expression for the allowable username characters, only affects <code>USERNAME_LETTER_NUM_SPACERS</code>. (Bug #42325)</li> + <li>[Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> |