Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61131 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52425 invoked from network); 11 Jul 2012 18:09:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2012 18:09:56 -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.213.46 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.46 mail-yw0-f46.google.com Received: from [209.85.213.46] ([209.85.213.46:61094] helo=mail-yw0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/8B-01957-371CDFF4 for ; Wed, 11 Jul 2012 14:09:56 -0400 Received: by yhmm54 with SMTP id m54so1749298yhm.19 for ; Wed, 11 Jul 2012 11:09:53 -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=dIavRsDspxeV1QTgXprcqZ1rG4aiXXt1S2tNgTCclmU=; b=ouyjtk6eSgliLO1GTRLdrCmaru6xjccPyLdtbJ/maNYn064kMzp9CW/HDxkX5lYU4B wIHa2ywyAloosGOLdg72pGKoFGBaozlIdU6GTFI4xBR/i1XMVQRBos7Xn5hiN9DzE69T pELDhV4K5I9hn0hlBUGDPwmHKMTI+0Qpu1LRfkAUpYNWXuMePpDsNTvgHFXjidv6+PEa rV7e5+Q3QPA2x1RbsH18T3vK4acia8+WbkGDv4cPxDL/UCc+Zx9CEWV+8y9SDzcQlXUk Su7k783Fk8GlOojomLBeVlE0Hlu+pqxOUhaogb0ii3XK1nnipBdNua/G6Tx4s/JsON7u jZ7A== MIME-Version: 1.0 Received: by 10.236.73.6 with SMTP id u6mr58599312yhd.31.1342030193536; Wed, 11 Jul 2012 11:09:53 -0700 (PDT) Received: by 10.146.192.27 with HTTP; Wed, 11 Jul 2012 11:09:53 -0700 (PDT) In-Reply-To: <4FFDC10F.6050106@sugarcrm.com> References: <4FFD11C1.3090007@sugarcrm.com> <1342029955.13569.17.camel@guybrush> <4FFDC10F.6050106@sugarcrm.com> Date: Wed, 11 Jul 2012 19:09:53 +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:08 PM, Stas Malyshev wrote: > Hi! > >> Even if the concerns from this thread can be cleared I don't think we >> should change the core language in a version like 5.3. 5.3 users who are >> hit by this have their work-around (I assume), others have a good reason >> to use a more modern PHP. > > OK, I'll leave 5.3 alone then. > It shouldn't be much of a change unless somebody used non-ASCII class > names with different cases (which seems to be quite unlikely) but for > stability's sake we could keep it out of 5.3. Hang on. Are you really going to push this into 5.4? -Hannes