View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000277 | Xdebug | Uncategorized | public | 2007-05-29 18:29 | 2007-06-18 20:21 |
Reporter | lars | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000277: xdebug.trace_output_name = "xdebug.%c" does not function as documented. | ||||
Description | If i set the above option trace file names will be build like this: "trace.PID.xt". | ||||
Tags | No tags attached. | ||||
Operating System | Debian 4.0 (Etch) | ||||
PHP Version | 5.2.0 | ||||
|
That's not what the code says, the code is doing what the docs say: case 'c': / crc32 of the current working directory / case 'p': / pid / How do you see that the results are wrong? |
|
Thats strange. I have the following configuration option in the php.ini: I restarted the apache and tried again: ls -l trace*-rw-r--r-- 1 www-data www-data 94689 2007-05-30 00:22 trace.11061.xt Thats the output. I'm using the current cvs version and found the lines you quoted in usefulstuff.c, so i guess the error before. Maybe while parsing the configuration? If i set "xdebug.trace_output_name = xdebug.%t" the same happens. The PID is used not the timestamp (->trace.12767.xt). edited on: 2007-05-30 00:47 |
|
Strange, could you please check whether the settings that you make actually reflect in the output of phpinfo()? Although that wouldn't make sense as the default is crc32 as well. Could you also try the following: xdebug.trace_output_name=xdebug.%c.%p To add both options? regards, |
|
Reminder sent to lars Could you please provide the requested feedback? (WIth the latest CVS version please) |
|
Sorry, i didn't noticed your request. phpinfo() confirmed my configuration. edited on: 2007-06-18 21:18 |
|
Let's close this one then - thanks for checking it out. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-05-29 18:29 | lars | New Issue | |
2007-05-29 23:01 | derick | Note Added: 0000641 | |
2007-05-29 23:01 | derick | Status | new => feedback |
2007-05-29 23:27 | lars | Note Added: 0000642 | |
2007-05-29 23:47 | lars | Note Edited: 0000642 | |
2007-05-30 17:56 | derick | Note Added: 0000643 | |
2007-06-18 15:32 | derick | Note Added: 0000657 | |
2007-06-18 20:17 | lars | Note Added: 0000658 | |
2007-06-18 20:18 | lars | Note Edited: 0000658 | |
2007-06-18 20:21 | derick | Status | feedback => closed |
2007-06-18 20:21 | derick | Note Added: 0000659 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |