View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000282 | Xdebug | Uncategorized | public | 2007-06-09 09:04 | 2007-06-10 22:21 |
Reporter | hickwu | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000282: %s is not usable for xdebug.profiler_output_name | ||||
Description | when the setting is like "xdebug.profiler_output_name=cachegrind.out.%R", I can see pfilling files like "cachegrind.out._index_php", but when the setting change to "xdebug.profiler_output_name=cachegrind.out.%s", no profilling files come out. | ||||
Additional Information | it seems like that other Specifiers work well :) | ||||
Tags | No tags attached. | ||||
Operating System | windows xp | ||||
PHP Version | 5.2.0 | ||||
|
%s is not available in some cases. How did you test this? |
|
I use apache + php 5.2.0(Server API CGI/FastCGI), when my php.ini has this line "xdebug.profiler_output_name=cachegrind.out.%R", and then I refresh a php page, it generated a profilling file like "cachegrind.out._index_php", when I change the %R to $s in the php.ini , and delete the file "cachegrind.out._index_php", then refresh a php page, no file was generated. when I roll back to %R, and refresh the page again, the profilling file was generated again :) |
|
Fixed in CVS:
|
Date Modified | Username | Field | Change |
---|---|---|---|
2007-06-09 09:04 | hickwu | New Issue | |
2007-06-09 21:27 | sniper | Note Added: 0000652 | |
2007-06-10 04:36 | hickwu | Note Added: 0000655 | |
2007-06-10 22:21 | derick | Status | new => closed |
2007-06-10 22:21 | derick | Note Added: 0000656 | |
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 |