diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-27 09:42:53 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-27 09:42:53 +0000 |
commit | 1393668c45d92458c64a0cc8c05b3f49e03ef12d (patch) | |
tree | 0156be0ef51744444307a5b2540f044bf8c73a8b /phpBB/docs | |
parent | 26ed2f360794b91b70e731f383d1326e2bd6dda6 (diff) | |
download | forums-1393668c45d92458c64a0cc8c05b3f49e03ef12d.tar forums-1393668c45d92458c64a0cc8c05b3f49e03ef12d.tar.gz forums-1393668c45d92458c64a0cc8c05b3f49e03ef12d.tar.bz2 forums-1393668c45d92458c64a0cc8c05b3f49e03ef12d.tar.xz forums-1393668c45d92458c64a0cc8c05b3f49e03ef12d.zip |
fix session problems for those using mysql in strict mode and users having a browser agent string > 150 characters.
git-svn-id: file:///svn/phpbb/trunk@7956 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 50b1d1f52d..155707a97f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -281,11 +281,9 @@ p a { <li>[Fix] Cached stylesheet now supporting gzip compression</li> <li>[Fix] Added link to inbox for deleted PMs (Bug #13813)</li> <li>[Fix] Re-syncing the board stats also refreshes the newest user (Bug #13831)</li> - - - <li>[Feature] Ability to externally set $phpbb_root_path if wrapping phpBB3 by defining constant PHPBB_ROOT_PATH</li> <li>[Fix] Implemented correct left/right floating within ACP in regard to RTL languages (Bug #13777)</li> + <li>[Fix] Fixing session problems when using MySQL strict mode in conjunction with very long browser agent string (Bug #13827)</li> </ul> |