Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3711 invoked from network); 1 May 2012 18:17:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2012 18:17:37 -0000 Authentication-Results: pb1.pair.com header.from=ww.galen@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ww.galen@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: ww.galen@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:34780] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/BA-38165-0C820AF4 for ; Tue, 01 May 2012 14:17:36 -0400 Received: by ghbg2 with SMTP id g2so2385438ghb.29 for ; Tue, 01 May 2012 11:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=cxzxgvillmvFGW6lxG4eaNYD3k5hVqLIInw53yoPuYk=; b=nEECiD46euvi+/g8NMGEwKIObT+MnTWhIo0Bf9aHjUD5bP2mxdMt7T5hplkofjqUvJ 4eHQC3N6OoQFbCS1DJ6c/fElToyWjtakhuROK0czcCOAzQnao78OekqfUwLFUlY88yW5 4o6dthwYrOrCR9tAWErO2NtLvGhbIHZeSibk7xvLfprWM+vEu+0/r1rO6bVxeUFx6zCQ ztgBQwfQVnD7xpMWd9LTvISA2VF6W5wUoxqtAxhtwyemMBILGdldKzuZ6kR4B6W5nGF4 zG7fPa9LOmGjrdZm+ShSH1tNLSKKiShoxt5B78gwp5bdC2g1WYOjwkZI3gc7hijsSVR0 5Arg== Received: by 10.50.169.65 with SMTP id ac1mr2807546igc.54.1335896253370; Tue, 01 May 2012 11:17:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.144.201 with HTTP; Tue, 1 May 2012 11:16:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 May 2012 11:16:53 -0700 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8f3bac1fa3908404befd9508 Subject: Re: [PHP-DEV] Fixing bug #18556 (was: Complete case-sensitivity in PHP) From: ww.galen@gmail.com (Galen Wright-Watson) --e89a8f3bac1fa3908404befd9508 Content-Type: text/plain; charset=ISO-8859-1 On Tue, May 1, 2012 at 11:11 AM, Galen Wright-Watson wrote: > > [...] Instead, a second set of locale-independent, unicode-aware > conversion functions (basically, iliaa's original solution, but Unicode > compatible) to be used for identifiers would make name resolution > independent of the current locale. [...] > I believe all these functions would need to do is use tolower, rather than tolower_l. So, perhaps the new functions should get the old names, and the old functions should get "_l" appended to their names. --e89a8f3bac1fa3908404befd9508--