aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-06-16 13:49:49 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-06-16 13:49:49 +0000
commit367f5103d96b192dfca453e6c1a9e4f1a96b8122 (patch)
treef81e47becef01427a64516651c3d26a89e0ad314 /phpBB/docs
parent27c082d99ccf135f807de624a3e215e9d5c04b34 (diff)
downloadforums-367f5103d96b192dfca453e6c1a9e4f1a96b8122.tar
forums-367f5103d96b192dfca453e6c1a9e4f1a96b8122.tar.gz
forums-367f5103d96b192dfca453e6c1a9e4f1a96b8122.tar.bz2
forums-367f5103d96b192dfca453e6c1a9e4f1a96b8122.tar.xz
forums-367f5103d96b192dfca453e6c1a9e4f1a96b8122.zip
- Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)
- Firebird can now work properly in PHP4 git-svn-id: file:///svn/phpbb/trunk@7767 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index ea8e88d13e..de03665e09 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -278,6 +278,8 @@ p a {
<li>[Fix] Show "no image" image when a non-selectable item was selected in the acp imageset editor - IE (Bug #12423)</li>
<li>[Fix] Update session information without new pageload (Bug #12393, Bug #12441)</li>
<li>[Fix] Let polls be edited correctly (Bug #12433)</li>
+ <li>[Fix] Overcome Oracle's inability to handle IN() clauses with over one thousand elements (Bug #12449)</li>
+ <li>[Fix] Simulate Firebird's affected rows mechanism for older versions of PHP</li>
</ul>