diff options
author | Andrey Andreev <narf@devilix.net> | 2021-02-04 16:33:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2021-02-04 16:33:45 +0100 |
commit | fda124cfd788a9a70cd8608648513271fb859cd9 (patch) | |
tree | 9238013889c335d0df76d8bf96ebddebb5d26ae0 /user_guide_src | |
parent | 3a6259b85f397c05f312f4124f90cfa534df576a (diff) | |
parent | 0925b5099919300a239909588351a6482c5e792d (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 16d224686..afc309436 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -155,6 +155,8 @@ 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. +- Fixed a bug (#6006) - ``is_callable()`` change in PHP 8 broke :doc:`Migrations <libraries/migrations>`, a part of :doc:`XML-RPC <libraries/xmlrpc>` and an edge case in 404 detection logic. Version 3.1.11 ============== |