diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2009-06-18 12:56:59 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2009-06-18 12:56:59 +0000 |
| commit | e3af3015231c9c8baf58f55081b2068d2dad89b0 (patch) | |
| tree | 358ddb2109413f46c4a242996612920798c317ad /phpBB/docs | |
| parent | a4e817e32286125ccc3d85a11b0c8e990ab8697a (diff) | |
| download | forums-e3af3015231c9c8baf58f55081b2068d2dad89b0.tar forums-e3af3015231c9c8baf58f55081b2068d2dad89b0.tar.gz forums-e3af3015231c9c8baf58f55081b2068d2dad89b0.tar.bz2 forums-e3af3015231c9c8baf58f55081b2068d2dad89b0.tar.xz forums-e3af3015231c9c8baf58f55081b2068d2dad89b0.zip | |
Finally stop this annoyance, if PDO is shared module it must be loaded for the SQLite extension to work
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9618 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 afa25c6548..2c8fc97731 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -119,6 +119,7 @@ <li>[Fix] Do not display "View user notes" and "Warn user" links in user profile if corresponding MCP modules are disabled. (Bug #10519 - Patch by rxu)</li> <li>[Fix] Empty error message in UCP folder management when creating folder without name (Bug #39875 - Patch by nickvergessen)</li> <li>[Fix] Wrong description in UCP group managment implicates missing feature (Bug #19945 - Patch by nickvergessen)</li> + <li>[Fix] Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> <li>[Change] Template engine now permits to a limited extent variable includes.</li> |
