Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60345 invoked from network); 11 Jul 2012 19:50:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2012 19:50:26 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gg0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:46291] helo=mail-gg0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/0D-01957-209DDFF4 for ; Wed, 11 Jul 2012 15:50:26 -0400 Received: by ggnf2 with SMTP id f2so1918399ggn.29 for ; Wed, 11 Jul 2012 12:50:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+r1bldDHoN0rl0Erkfe69czBMDWPscjlYLidGbOT6Y8=; b=UcMn337BdhuyKBWIzvbHHRtc0M8u36DEEyg7XbrY/2AhhX/ei2MUXpbEcyEjqxwlXY aqY2nvFrTEkFF4x0J8JLvYxCqbdfkkF5MTfDam0CbRL8A6h4GUrc+NHjCdazjOYslR8f tkdGEbc6gMipjCcwGr7W0R1744bVCVbmaR/7iw6t0cDJmc0kdUbkcjNH3N1Npp5ShQEy bn9l/Gc1+iLwPaO112zOJe4Q/IDTgSYfbDEWV9qG/IbJmpA30j2rnWYFJt/PsVQEwu2r FMKR91rdg5OXoYBdqrs7+ap9p1SUo2nD7yPqbRwDA0CmAhQrvtpMDoQsOuC88NYYgj5c jDCQ== MIME-Version: 1.0 Received: by 10.236.200.167 with SMTP id z27mr44742795yhn.131.1342036224084; Wed, 11 Jul 2012 12:50:24 -0700 (PDT) Received: by 10.146.192.27 with HTTP; Wed, 11 Jul 2012 12:50:24 -0700 (PDT) In-Reply-To: <4FFDC19B.70901@sugarcrm.com> References: <4FFD11C1.3090007@sugarcrm.com> <1342029955.13569.17.camel@guybrush> <4FFDC10F.6050106@sugarcrm.com> <4FFDC19B.70901@sugarcrm.com> Date: Wed, 11 Jul 2012 20:50:24 +0100 Message-ID: To: Stas Malyshev Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: bug 18556 - tolower & locales From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Jul 11, 2012 at 7:10 PM, Stas Malyshev wrote: > Hi! > >> Hang on. Are you really going to push this into 5.4? > > Do you have some comments? It is a thing that can have really weird cascading affects. Everything from strcmp() to == and sort() could start behaving differently. The test cases for such a feature change surely should cover more then the letter "I". I don't consider this a normal bugfix that should go into any current release branch. -Hannes