Re: [PHP-DEV] Re: Complete case-sensitivity in PHP

2012-04-20 Thread Johannes Schlüter
On Fri, 2012-04-20 at 09:21 -0400, Tom Boutell wrote: > Yup - a one time transition would be preferable to that. Then the question is: Why? What's the benefit from a break? Is there a need to have imagecreatefrompng() next to a ImageCreateFromPNG()? Or is the reason to be a tiny bit faster? Or is

Re: [PHP-DEV] Re: Complete case-sensitivity in PHP

2012-04-20 Thread Tom Boutell
Yup - a one time transition would be preferable to that. On Fri, Apr 20, 2012 at 9:13 AM, Matthew Weier O'Phinney wrote: > On 2012-04-20, "C.Koy" wrote: >> This post is about bug #18556 (https://bugs.php.net/bug.php?id=18556) >> which is a decade old. >> >> As the recent comments on that page in

[PHP-DEV] Re: Complete case-sensitivity in PHP

2012-04-20 Thread Matthew Weier O'Phinney
On 2012-04-20, "C.Koy" wrote: > This post is about bug #18556 (https://bugs.php.net/bug.php?id=18556) > which is a decade old. > > As the recent comments on that page indicate, there's not a > deterministic way to resolve this issue, apart from eliminating > tolower() calls for function/class nam