Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8774 invoked from network); 14 May 2010 04:29:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2010 04:29:11 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:45833] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/4A-44964-691DCEB4 for ; Fri, 14 May 2010 00:29:11 -0400 Received: from us-gw1.zend.com (unknown [192.168.16.5]) by il-mr1.zend.com (Postfix) with ESMTP id 1A062504DE for ; Fri, 14 May 2010 07:06:41 +0300 (IDT) Received: from [192.168.27.11] ([192.168.27.11]) by us-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 13 May 2010 21:29:05 -0700 Message-ID: <4BECD191.8020202@zend.com> Date: Thu, 13 May 2010 21:29:05 -0700 Organization: Zend Technologies User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: internals@lists.php.net References: <33413.4e3f6321.1272993612.nsm@avilys.eik.lt> In-Reply-To: <33413.4e3f6321.1272993612.nsm@avilys.eik.lt> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 May 2010 04:29:05.0840 (UTC) FILETIME=[FD0A6B00:01CAF31D] Subject: Re: [PHP-DEV] Re: Turkish/Azeri locale support From: stas@zend.com (Stanislav Malyshev) Hi! > Change to 100% case-insensitive function names has bigger probability of > BC break. I think I've seen code which used functions in a way that It's not a probability, it's a certainty. There's tons of code out there (I'm sure including 99% of all popular apps and frameworks) that uses different cases somehow somewhere). If there was no BC issue, I'd definitely be for case-sensitive names, but with BC it may become kind of tricky... -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com