summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-02-13 04:38:39 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-02-13 04:38:39 +0100
commitb069789c78fdd1d33eff4b4f6c71a9883f1890a1 (patch)
tree80e5484d89d8de26598b2c47dfe0fc35a024e985 /user_guide
parent881a79e0ce32bc579ff58449c85e183b96227615 (diff)
removed the array_diff comparison in _reindex_segments(). That conditional and use of those functions is probably slower than looping through both arrays, even if someone went crazy with dozens of URI segments.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index dc3cabca8..78a3d9876 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,7 @@ Change Log
<li>Modified xss_clean() to be more intelligent with its handling of URL encoded strings.</li>
<li>Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization of globals.</li>
<li>Added a <a href="./helpers/path_helper.html">Path Helper</a>.</li>
+ <li>Simplified _reindex_segments() in the URI class</li>
</ul>
</li>
</ul>