From b069789c78fdd1d33eff4b4f6c71a9883f1890a1 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 13 Feb 2008 03:38:39 +0000 Subject: 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. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') 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
  • Modified xss_clean() to be more intelligent with its handling of URL encoded strings.
  • Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization of globals.
  • Added a Path Helper.
  • +
  • Simplified _reindex_segments() in the URI class
  • -- cgit v1.2.3-24-g4f1b