View Issue Details

IDProjectCategoryView StatusLast Update
0000282XdebugUncategorizedpublic2007-06-10 22:21
Reporterhickwu Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionopen 
Summary0000282: %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 :)

TagsNo tags attached.
Operating Systemwindows xp
PHP Version5.2.0

Activities

sniper

2007-06-09 21:27

reporter   ~0000652

%s is not available in some cases. How did you test this?

hickwu

2007-06-10 04:36

reporter   ~0000655

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 :)

derick

2007-06-10 22:21

administrator   ~0000656

Fixed in CVS:

  • On windows the full path includes a :, which can not be part of a filename.
    The : is now escaped as a _.

Issue History

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