Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23350 invoked from network); 5 May 2010 12:35:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2010 12:35:00 -0000 Authentication-Results: pb1.pair.com header.from=svanpoeck@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=svanpoeck@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: svanpoeck@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:45744] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/91-14333-2F561EB4 for ; Wed, 05 May 2010 08:34:59 -0400 Received: by wwb34 with SMTP id 34so3182075wwb.29 for ; Wed, 05 May 2010 05:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:content-type; bh=padmW6GoeFkZQfwuVFglTUbWGHgr6Xe2u7aXO+6E6UM=; b=Ng9VTnpNnGpWtnzDO8Oa2Lkvv4oQDec2vRTp0apdvvTZecyYCFqe7FGqcfGxTTmGLO CegtrbxC2dxkOG77COoEkFeSby6FjCjbCZVTfNp3wJcyUVq1A4YGxoIZnQUMzecmOOPG yKm41jzDAPtB72UsmtsSY9XJ3hPYvfv9cFC4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:cc:subject:references:in-reply-to:content-type; b=t+bwzoiv17cL7ZTeye6DjdSoQ4oWRZdVdWYgE0cYrKl+z33E7fl9CnLrKlaABBLFdo V4k6UM0UYS8NQ1a9jArkOXQXYzYKRKdC0LHfYJ6p4UsJLw6yrg9JtlEb9HPseZFxc9fm CQ8isE81ygU8wfh7uGhhwFf0BQiPmX3LlyvW0= Received: by 10.227.69.66 with SMTP id y2mr3007616wbi.196.1273062894908; Wed, 05 May 2010 05:34:54 -0700 (PDT) Received: from [192.168.192.5] (host.90.30.23.62.rev.coltfrance.com [62.23.30.90]) by mx.google.com with ESMTPS id z33sm36670318wbd.19.2010.05.05.05.34.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 May 2010 05:34:54 -0700 (PDT) Message-ID: <4BE165ED.5020908@gmail.com> Date: Wed, 05 May 2010 14:34:53 +0200 Reply-To: Steven Van Poeck Organization: Meetic S.A. User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Pierre Joye CC: Adam Harvey , internals@lists.php.net References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------040107050409000208040301" Subject: Re: [PHP-DEV] Re: Turkish/Azeri locale support From: svanpoeck@gmail.com (Steven Van Poeck) --------------040107050409000208040301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Pierre Joye wrote: > On Tue, May 4, 2010 at 2:14 PM, Adam Harvey wrote: > > >> 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. >> > > I don't think that option 2 and 3 can be done in 5.x. However I'm +1 > for option 2 in PHP 6 (whenever it comes). > > Cheers, > As Lukas clearly stated, case sensivity is not an option for PHP 5.4 so I was voting for option 2 in PHP6 anyway :) -- Steven --------------040107050409000208040301--