View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000659 | Xdebug | public | 2011-01-31 14:18 | 2011-01-31 22:04 | |
| Reporter | bluto | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Platform | XAMPP 1.7.4 [PHP: 5.3.5] | OS | Windows | OS Version | 7 |
| Product Version | 2.1.0 | ||||
| Summary | 0000659: xdebug.trace_output_name is completely ignored | ||||
| Description | Whatever the value in param xdebug.trace_output_name xdebug continues to use the following filename structure for its filenames: cachegrind.out.xxxx where xxxx is a number Critical when running multiple PHP script at once, they will rewrite and wipe previous content. | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows | ||||
| PHP Version | 5.3.3 | ||||
|
|
Trace files are not profile files. You'd want the xdebug.profiler_output_name setting: http://xdebug.org/docs/all_settings#profiler_output_name |