View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000653 | Xdebug | Uncategorized | public | 2011-01-10 16:35 | 2011-01-10 21:48 |
| Reporter | Archy | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2dev | ||||
| Summary | 0000653: XDebug profiler crash with %H in file name and non standart port | ||||
| Description | Bug maybe related to http://bugs.xdebug.org/view.php?id=478 In windows and linux next symbols are disallowed in file names: \ / : * ? " < > | But xdebug don't fix these symbols: All of them might jump out in REQUEST_URI and ":" in HTTP_HOST. And we have HTTP_HOST like host:8080 and tried to chose file name with %H, so xdebug profiler tried to create report file and die on it. In "additional information" section I provided dirty fix to our problem, hope normal solution will appear soon. | ||||
| Additional Information | File: usefulstuff.c @@ -595,7 +595,7 @@
| ||||
| Tags | No tags attached. | ||||
| Operating System | windows 2008 | ||||
| PHP Version | 5.3.3 | ||||