diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-03 10:19:11 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-03 10:19:11 +0200 |
commit | 103a4263fe8c2715f622355ee7d76114d015f242 (patch) | |
tree | ddbf5b0497f3b5e9379b69e539f95143f45049dd /user_guide_src | |
parent | 386e8e0356a50b0f5ef18632533b9410613b9f65 (diff) |
Fix #4823
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2f08de072..080b51c68 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -29,6 +29,7 @@ Bug fixes for 3.1.1 - Fixed a bug where :doc:`Query Builder <database/query_builder>` method ``insert_batch()`` tried to execute an unsupported SQL query with the 'ibase' and 'pdo/firebird' drivers. - Fixed a bug (#4809) - :doc:`Database <database/index>` driver 'pdo/mysql' didn't turn off ``AUTOCOMMIT`` when starting a transaction. - Fixed a bug (#4822) - :doc:`CAPTCHA Helper <helpers/captcha_helper>` didn't clear expired PNG images. +- Fixed a bug (#4823) - :doc:`Session Library <libraries/sessions>` 'files' driver could enter an infinite loop if ``mbstring.func_override`` is enabled. Version 3.1.0 ============= |