diff options
author | Andrey Andreev <narf@devilix.net> | 2017-03-14 17:42:12 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-03-14 17:42:12 +0100 |
commit | ea0735264dfebd64858933e03a3b33323b14178e (patch) | |
tree | 466287da0885b0e02f92359c6fff099af7c552ec /user_guide_src/source | |
parent | e9d68ab58f01e15bb344a015fcce8444ea8cc247 (diff) |
Fix #5050
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 8d2beb74f..fd6c1c790 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -35,6 +35,7 @@ Bug fixes for 3.1.4 - Fixed a bug (#5006) - :doc:`common function <general/common_functions>` :php:func:`remove_invisible_characters()` didn't remove URL-encoded ``0x7F``. - Fixed a bug (#4815) - :doc:`Database Library <database/index>` stripped URL-encoded sequences while escaping strings with the 'mssql' driver. - Fixed a bug (#5044) - :doc:`HTML Helper <helpers/html_helper>` function :php:func:`img()` didn't accept ``data:`` URI schemes for the image source. +- Fixed a bug (#5050) - :doc:`Database Library <database/index>` tried to access an undefined property in a number of error handling cases. Version 3.1.3 ============= |