diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-12-04 11:50:03 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-04 11:50:03 +0000 |
| commit | a5c9a2f36e569b88d0d9867f955eafc8e0606560 (patch) | |
| tree | 3b8b9608af51adffa83db5256ee29a76d2faf440 /phpBB/docs | |
| parent | 57ddd53d592a381ab933b19bca84f78d9405bb8f (diff) | |
| download | forums-a5c9a2f36e569b88d0d9867f955eafc8e0606560.tar forums-a5c9a2f36e569b88d0d9867f955eafc8e0606560.tar.gz forums-a5c9a2f36e569b88d0d9867f955eafc8e0606560.tar.bz2 forums-a5c9a2f36e569b88d0d9867f955eafc8e0606560.tar.xz forums-a5c9a2f36e569b88d0d9867f955eafc8e0606560.zip | |
Since dl() is deprecated and disabled by default in PHP 5.3, calling it will result in a fatal error for an undefined function and because of the error suppression in a blank page. Checking if dl() exists should allow most boards to continue right away. - Bug #54665
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10298 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -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 7f110c5ea4..bf33194748 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -101,6 +101,7 @@ <li>[Fix] Various XHTML mistakes in prosilver. (Bug #54705)</li> <li>[Fix] Correctly show topic ATOM feed link when only post id is specified. (Bug #53025)</li> <li>[Fix] Cleanly handle forum/topic not found in ATOM Feeds. (Bug #54295)</li> + <li>[Fix] PHP 5.3 compatibility: Check if function dl() exists before calling it. (Bug #54665)</li> <li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li> <li>[Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)</li> </ul> |
