View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000639 | Xdebug | Uncategorized | public | 2010-11-10 08:54 | 2011-03-21 20:42 |
| Reporter | jayprakash | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | linux | OS | ubuntu | OS Version | kubuntu 10.10 |
| Product Version | 2.2dev | ||||
| Summary | 0000639: Xdebug profiling: output not correct - missing 'cfl=' | ||||
| Description | more than any description : "Actually, the supplied cachegrind file seems buggy to me. | ||||
| Additional Information | tested on svn compiled source. $ cat /etc/php5/conf.d/xdebug.ini $ cat .htaccess | ||||
| Tags | No tags attached. | ||||
| Operating System | kubuntu 10.10 | ||||
| PHP Version | 5.3.3 | ||||
|
|
In addition to the cfl problem: I have an index.php file calling a frontcontroller.php (so only 1 require on the whole file) That is profiled this way: fl=/var/www/framework/frontcontroller.php cfn=require::/var/www/framework/frontcontroller.php From what I've understood, fl should be file where the call ( fn ) is located. ... the call graph will render correctly. |
|
|
Just a little update; I started looking into this. |
|
|
Fixed in SVN for 2.1.1 and HEAD. |