View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000266 | Xdebug | public | 2007-05-11 00:24 | 2007-05-31 21:26 | |
Reporter | toddw | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000266: DBGp: Windows filename URIs use incorrect path separators | ||||
Description | In the dbgp protocol, the filename URI set in response to the "stack_get" command are incorrect. Example: <?xml version="1.0" encoding="iso-8859-1"?> That filename unescaped is: I believe it should be using forward slashes for the path separator, like so: | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP | ||||
PHP Version | 5.1.6 | ||||
|
Actually I'm now not sure if it should be: According to the stack_get documentation at http://xdebug.org/docs-dbgp.php#id50 it should be of the form: But that seems just wrong. Surely if this is a URI/URL then it would be of the form: The different, three slashes represents and local absolute path "///", whilst two slashes "//" represents a path on a specific machine. |
|
Woops, I misread that format, it does actually seem correct (either of). So, with the machine name it would be either of: |
|
After reading: I would say it should be: |
|
Fixed in CVS, but I omitted the system name: fileuri="file:///I:/bug266.php" |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-05-11 00:24 | toddw | New Issue | |
2007-05-11 00:41 | toddw | Note Added: 0000608 | |
2007-05-11 00:52 | toddw | Note Added: 0000609 | |
2007-05-11 01:01 | toddw | Note Added: 0000610 | |
2007-05-31 21:26 | derick | Status | new => closed |
2007-05-31 21:26 | derick | Note Added: 0000645 | |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |