View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000191 | Xdebug | Uncategorized | public | 2006-07-07 10:33 | 2006-08-14 08:14 |
Reporter | Tindu | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000191: Breakpoints case sensitive | ||||
Description | Apparently if the string comparison that checks whether we have reached a breakpoint is case sensitive. This is ok in Linux as File.php and fiLe.php are different things but it is pain in Windows. Many editors report the file cases incorrectly and also users can do require("FIle.php"), require("fIlE.PHP") with the same ersult for PHP but if I set a breakpoint to "filE.php" then it is not hit when the file was required as "FILE.php". In windows this comparison could be case insensitive. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.1.2 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-07-07 10:33 | Tindu | New Issue | |
2006-08-14 08:14 | derick | Status | new => closed |
2006-08-14 08:14 | derick | Note Added: 0000431 | |
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 |