View Issue Details

IDProjectCategoryView StatusLast Update
0000191XdebugUncategorizedpublic2006-08-14 08:14
ReporterTindu Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Summary0000191: 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.

TagsNo tags attached.
Operating System
PHP Version5.1.2

Activities

derick

2006-08-14 08:14

administrator   ~0000431

Fixed in CVS, thanks for your suggestion.

Issue History

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