diff options
author | Andrey Andreev <narf@devilix.net> | 2018-02-28 21:44:09 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-02-28 21:44:09 +0100 |
commit | 8ff2b1055e902ef4c66bbb6e3b1a4554872e6659 (patch) | |
tree | 3ca1e3b2d1c7c87e143a7ac35865dcfa64319017 /user_guide_src/source/changelog.rst | |
parent | 2f1fc71c61ee9c781949d525f27fa1d5f11b9a95 (diff) |
[ci skip] Fix #5425
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 37291e196..95af9c086 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -22,6 +22,7 @@ Bug fixes for 3.1.8 - Fixed a bug where :doc:`Form Validation Library <libraries/form_validation>`, :doc:`Email Library <libraries/email>` tried to use ``INTL_IDNA_VARIANT_UTS46`` when it was undeclared. - Fixed a bug where :doc:`Query Builder <database/query_builder>` methods ``where()``, ``having()`` treated values passed to them as arbitrary SQL. - Fixed a bug (#5423) - :doc:`Database Library <database/index>` method ``insert_id()`` failed due to incorrect server version parsing with the 'postgre' driver. +- Fixed a bug (#5425) - :doc:`XML-RPC Library <libraries/xmlrpc>` produced an error message related to ``count()`` on PHP 7.2. Version 3.1.7 ============= |