Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61129 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49700 invoked from network); 11 Jul 2012 18:06:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2012 18:06:09 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:63883] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/EA-01957-090CDFF4 for ; Wed, 11 Jul 2012 14:06:09 -0400 Received: from [192.168.2.230] (ppp-188-174-38-90.dynamic.mnet-online.de [188.174.38.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 8602662613; Wed, 11 Jul 2012 20:06:05 +0200 (CEST) To: Stas Malyshev Cc: PHP Internals In-Reply-To: <4FFD11C1.3090007@sugarcrm.com> References: <4FFD11C1.3090007@sugarcrm.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 11 Jul 2012 20:05:55 +0200 Message-ID: <1342029955.13569.17.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: bug 18556 - tolower & locales From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2012-07-10 at 22:40 -0700, Stas Malyshev wrote: > Johannes, is it ok to put this fix into 5.3 too? 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. johannes