cakephp2-php8/lib/Cake/Routing
mark_story c0ac61117e Only sort the keys once per request instead of on each match.
Sorting the keys property by value sorts keys with the same prefix for
free. This does change the order of the keys, but I don't think that is
actually a large issue as it is just a list.

Refs #2991
2014-03-10 21:42:26 -04:00
..
Filter Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Route Only sort the keys once per request instead of on each match. 2014-03-10 21:42:26 -04:00
Dispatcher.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DispatcherFilter.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Router.php Fix ApiGen errors 2014-02-07 18:29:54 -02:00