diff options
author | Andrey Andreev <narf@devilix.net> | 2016-08-22 12:18:36 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-08-22 12:18:36 +0200 |
commit | 549a601bac3b1467168e0bb7b5642ba7fc59c35e (patch) | |
tree | cf93e74fcd642f213514549329bc8168b5fe1320 /user_guide_src/source | |
parent | 1927709235ed11f51b700abcb390b660e2762053 (diff) |
Fix CI_Upload errors on PHP 7.1
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 4870cb1a8..97b4d254d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -21,6 +21,7 @@ Bug fixes for 3.1.1 - Fixed a bug (#4754) - :doc:`Unit Testing Library <libraries/unit_testing>` method ``result()`` didn't translate ``res_datatype``. - Fixed a bug (#4759) - :doc:`Form Validation <libraries/form_validation>`, :doc:`Trackback <libraries/trackback>` and `XML-RPC <libraries/xmlrpc>` libraries treated URI schemes in a case-sensitive manner. - Fixed a bug (#4762) - :doc:`Cache Library <libraries/caching>` 'file' driver method ``get_metadata()`` checked TTL time against ``mtime`` instead of the cache item's creation time. +- Fixed a bug where :doc:`File Uploading Library <libraries/file_uploading>` generated error messages on PHP 7.1. Version 3.1.0 ============= |