[xdebug-dev] Bug 0000191: Breakpoints case sensitive

From: <xdebug-dev[@]lists.xdebug.org>
Date: Fri, 7 Jul 2006 11:33:36 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000191
======================================================================
Reporter: Tindu
Handler:
======================================================================
Project: Xdebug
Bug ID: 191
Category: Usage problems
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
Operating System:
PHP Version: 5.1.2
Xdebug Version: 2.0.0rc1-dev
======================================================================
Date Submitted: 2006-07-07 11:33 CEST
Last Modified: 2006-07-07 11:33 CEST
======================================================================
Summary: 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.
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2006-07-07 11:33Tindu New Bug
2006-07-07 11:33Tindu Bug Monitored: Tindu
======================================================================
Received on Fri Jul 07 2006 - 11:33:40 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST