diff options
author | Andrey Andreev <narf@devilix.net> | 2021-02-04 15:31:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2021-02-04 15:31:47 +0100 |
commit | 751a2e364131a67ec64f783003866c0fe2df78e0 (patch) | |
tree | 33a55a27c0fade2f1b74eddac5c54ff0fe4f9461 /user_guide_src/source | |
parent | d3d274b4bd46be966b519e1e6cb8f3f61d4ef898 (diff) |
[ci skip] Add changelog entry for #6013
Diffstat (limited to 'user_guide_src/source')
-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 9ca8f19b4..55ebb9319 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -27,6 +27,7 @@ Bug fixes for 3.1.12 - Fixed a bug (#5901) - :doc:`Database Library <database/index>` methods ``list_fields()`` and ``field_data()`` ignored the configured table schema on PostgreSQL. - Fixed a bug (#5906) - :doc:`Database Library <database/index>` 'postgre' driver couldn't use the failover feature without a ``$config['dsn']``. - Fixed a bug (#5903) - :doc:`common function <general/common_functions>` :php:func:`set_status_header()` didn't recognize 'HTTP/2.0' as a valid ``$_SERVER['SERVER_PROTOCOL']``. +- Fixed a bug (#6013) - :doc:`Session <libraries/sessions>` flashdata didn't work on PHP 8. Version 3.1.11 ============== |