Hi Michael, there are also other reports an this issue. The Problem is the capital "I" with the fact that strtolower("I") != "i" in a tr_TR locale. This will change with PHP 6's Unicode mode but won't change with PHP 5. As work-around use "i" instead of "I" in the names.
johannes On Tue, 2007-07-17 at 14:28 +0100, Michael Ditum wrote: > Hi, > > I came across a bug with classes when using a turkish locale. Looking at > the bug database the bug has existed for a while as #18556 > (http://bugs.php.net/bug.php?id=18556). > > The last entry on that bug was from September 2006 with the text... > > No feedback was provided for this bug for over a week, so it is being > suspended automatically. If you are able to provide the information that > was originally requested, please do so and change the status of the bug > back to "Open". > > I've added a comment stating that I can still recreate the listed bug > and added some extra information however as I am not owner of the bug I > cannot change the status of the bug to "Open". Could someone re-open the > bug for me? > > I am more than happy to take ownership of the bug and provide testing of > any cvs snapshots in the future. > > Thanks for your help! > > Mike > > p.s. I've just tested snapshot php5.2-200707171230 and can confirm the > issue still exists. -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php