Changeset 23448
- Timestamp:
- 10/29/09 21:58:47 (4 years ago)
- Files:
-
- tools/routing_performance/1.2/sfRouteNew.class.php (added)
- tools/routing_performance/1.3/sfRouteNew.class.php (added)
- tools/routing_performance/david/sfRouteNew.class.php (added)
- tools/routing_performance/fabian/sfRouteNew.class.php (added)
- tools/routing_performance/routing_performance.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/routing_performance/routing_performance.php
r23446 r23448 7 7 require_once dirname(__FILE__).'/stats.php'; 8 8 require_once dirname(__FILE__).'/../bootstrap/unit.php'; 9 require_once dirname(__FILE__).'/'.$patch.'/sfRouteNew.class.php'; 9 10 require_once dirname(__FILE__).'/'.$patch.'/sfRoutingConfigHandlerNew.class.php'; 10 11 require_once dirname(__FILE__).'/'.$patch.'/sfPatternRoutingNew.class.php';