Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48192 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7531 invoked from network); 4 May 2010 13:04:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2010 13:04:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:64370] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/10-06774-76B10EB4 for ; Tue, 04 May 2010 09:04:40 -0400 Received: by fg-out-1718.google.com with SMTP id e21so509477fga.11 for ; Tue, 04 May 2010 06:04:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=6CS9/utvg5CsveKBj6eRWvLW8O2bj2CrQ6e2KGq8Z80=; b=a6HX12YzAiqNl7uciNWiGG/6IWWqSnTSNq4bnXZ/9kvkwQz6mOm1Rusr+XPmV15sle HFss7RKrZTu6zMdHqAIXgXJLsha0oAs5zyP6lH8i/sWFsqV1ACjBAWZDX0yZamgtZcLk 7HboTgLdKcYWwXNBCTXCX/wvlEBmxhqLhhzAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=PFC9vvbehmb8iVRVKMQTeCwb4LwdwX1rS8jPasG+EzqiICzK0uOx6yMhti7fi6pjen yGqHhdFhQJGnSJbvje3hy2U5GDOMetb8dxU1fjvKaVxfrFnOih0nO0EkKgnPWi6zkX6g eaNCSw9oxbTijbrUpSYB5tN1UQ4rM/3f3hJnk= Received: by 10.103.76.21 with SMTP id d21mr10080441mul.17.1272978276120; Tue, 04 May 2010 06:04:36 -0700 (PDT) Received: from nirvana.lan ([93.185.190.227]) by mx.google.com with ESMTPS id 23sm25297583mun.31.2010.05.04.06.04.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 04 May 2010 06:04:33 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Tue, 4 May 2010 17:04:32 +0400 Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: <1D28A44E-1ADB-4EA8-A900-1E76F5B28C90@gmail.com> References: To: Adam Harvey X-Mailer: Apple Mail (2.1078) Subject: Re: [PHP-DEV] Re: Turkish/Azeri locale support From: indeyets@gmail.com (Alexey Zakhlestin) On 04.05.2010, at 16:44, Steven Van Poeck wrote: > Adam Harvey wrote: >> Well, I'm going to assume that people have had whatever say they were >> going to. It seems that we have three options, so let's put it to a >> vote. >> >> (To be completely clear, this is purely for trunk. This certainly >> isn't a candidate for backporting to 5.3.) >> >> The options are: >> >> 1. Apply Tomas's patch to make case-insensitive lookups >> locale-ignorant. Pros: fixes immediate problem. Cons: breaks BC for >> case-insensitive function/method name lookups for high-bit characters >> in single-byte encodings. (Not that we've ever advertised or >> documented that.) >> >> 2. Make function/method names case-sensitive, per Stan's e-mail. Pros: >> fixes problem; brings PHP into line with most other languages; extra >> consistency with variables; possible performance improvement. Cons: BC >> break from current documented behaviour. >> >> 3. Do nothing. Pros: no BC breaks of any kind. Cons: continues to >> annoy Turkish and Azeri developers and those developing for those >> locales. >> >> If you'd care to reply with a vote for option 1, 2 or 3, I'll tally up >> the votes in a week or so. And yes, I am volunteering to deal with >> this should option 1 or 2 be picked. my vote: option 2 that's the most consistent solution