summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_310.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-02-15 13:09:48 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-15 13:09:48 +0100
commita6d1c538f61ce12216eef7bb92716e24af0b86bf (patch)
tree7b2abcc33da93c70a94ce35b123b09541630ff73 /user_guide_src/source/installation/upgrade_310.rst
parent24adbfc5e163de9da72f59e36be6c0ac02bf10c2 (diff)
Don't apply url_suffix, permitted_uri_chars to CLI requests
Close #4085 Close #4460
Diffstat (limited to 'user_guide_src/source/installation/upgrade_310.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_310.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_310.rst b/user_guide_src/source/installation/upgrade_310.rst
index b86bb1da3..a6e6bae7e 100644
--- a/user_guide_src/source/installation/upgrade_310.rst
+++ b/user_guide_src/source/installation/upgrade_310.rst
@@ -58,7 +58,20 @@ That doesn't make sense and that's the reason why most database drivers
don't support it at all.
Thus, ``db_set_charset()`` is no longer necessary and is removed.
-Step 3: Check usage of doctype() HTML helper
+Step 3: Check logic related to URI parsing of CLI requests
+==========================================================
+
+When running a CodeIgniter application from the CLI, the
+:doc:`URI Library <libraries/uri>` will now ignore the
+``$config['url_suffix']`` and ``$config['permitted_uri_chars']``
+configuration settings.
+
+These two options don't make sense under the command line (which is why
+this change was made) and therefore you shouldn't be affected by this, but
+if you've relied on them for some reason, you'd probably have to make some
+changes to your code.
+
+Step 4: Check usage of doctype() HTML helper
============================================
The :doc:`HTML Helper <../helpers/html_helper>` function