View Issue Details

IDProjectCategoryView StatusLast Update
0000145XdebugUncategorizedpublic2005-09-22 19:48
Reporterdamir Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0000145: Problems profiling with mod_rewrite
Description

When i use profiler on mod_rewrite-enabled site i always get cachegrind.out file for notfound.php, which is executed when there is no record in mod_rewrite map, though i enter 'mapped' url. I'd like to know a little more about the way profiler accesses script being executed (maybe url format or something) to handle this case in rewrite map.

TagsNo tags attached.
Operating System
PHP Version4.3.10

Activities

derick

2005-09-22 19:48

administrator   ~0000290

The profiler only sees files that are actually excuted. In this case it means that PHP actually executes this notfound.php page you're talking about.