Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89898 invoked from network); 5 May 2010 09:42:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2010 09:42:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=svanpoeck@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=svanpoeck@gmail.com; sender-id=pass; domainkeys=bad 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:53912] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/3B-08048-96D31EB4 for ; Wed, 05 May 2010 05:42:02 -0400 Received: by wwb34 with SMTP id 34so3073574wwb.29 for ; Wed, 05 May 2010 02:41:59 -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=w4DDo2gMRBSQy49WHmQFMVGWLVG07s7JUeqfqosUjcs=; b=B1T8Dc+WyohAYZm6YEiuhHnnqL2wRMJNsTkO9GgDmkY8iswyfjJZKIbVAq7rO7Nx9s CwEN/xcxRylfhkbNw0wrXvFzmmz/wDP6jEe8DUqy3bp3CX/MkuGVUfL7LYGDKY7Y5qdm 8GD39to7kEk4lVKr+UIMvhuJvCDX3wXXIc3Y8= 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=MK0hjMaI3ovz8U0xwUmxj9aIkJ+N66CVLMyTOowaxXWYskei6D65xTjgqIuuPiFnFu p3Wh+1M/PfitIRreJTfhgOM1sOIjBELuTce+u22YIH/Ab9qaiGsD1eA4HPKHgvmsStMs F8V4w9dLxTwKkfUkRClCVFT2gp7tmK6kNwLbk= Received: by 10.227.134.193 with SMTP id k1mr2432695wbt.39.1273052518204; Wed, 05 May 2010 02:41:58 -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 z33sm35686462wbd.13.2010.05.05.02.41.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 May 2010 02:41:57 -0700 (PDT) Message-ID: <4BE13D64.2010700@gmail.com> Date: Wed, 05 May 2010 11:41:56 +0200 Reply-To: Steven Van Poeck Organization: Meetic S.A. User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Hannes Magnusson CC: Adam Harvey , internals@lists.php.net References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------080301040407040300060606" Subject: Re: [PHP-DEV] Re: Turkish/Azeri locale support From: svanpoeck@gmail.com (Steven Van Poeck) --------------080301040407040300060606 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hannes Magnusson wrote: >> 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. >> > > There is no way this can happen. It will break massive amount of code > and will cause major headaches for people using __call(). > > -Hannes > > Can you give an example of *consistent* code where this evolution would cause __call() not to function properly ? I'm afraid I can't think of any... Steven --------------080301040407040300060606--