Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74003 invoked from network); 11 Jul 2012 20:43:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2012 20:43:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gh0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:44989] helo=mail-gh0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/00-01957-565EDFF4 for ; Wed, 11 Jul 2012 16:43:17 -0400 Received: by ghbg2 with SMTP id g2so1983622ghb.29 for ; Wed, 11 Jul 2012 13:43:15 -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=zPoCuy5R8cS9BmM70EGwo7pqGS/aLPL429h+RfbsAz4=; b=mojmSD5fLin+lok4Mp5HArFpWLj5vW1jlKbk3Hcpi3VBrvSfhqsXuD0lTbeU5uMRrF vOxiBpn24CjuhztIMvg+IVATLpYKUKsa50AeAboKc0v24VoDwcJHNkVP/JyQacjHr+A/ t2ewdBedYRSOsLjRK/VHtNqfPEmBC0dbnKZHhSOght8e/kKr334EjYvX9iX7NIq952lx zgH0b03+AFgpsTypq7icV37zbkPMMDgh3OvmBQC+1Eot7XNtq2u5AJ+tmFGC6DVKNCiv U/clHD36gkKck7clbNUCF7ue+yQ7Wlz2dLW9/vBFdxDRl2lVdnKIhZYwbDRFsXRw4mUU QrVg== MIME-Version: 1.0 Received: by 10.236.173.135 with SMTP id v7mr18016829yhl.19.1342039394839; Wed, 11 Jul 2012 13:43:14 -0700 (PDT) Received: by 10.147.113.7 with HTTP; Wed, 11 Jul 2012 13:43:14 -0700 (PDT) In-Reply-To: References: <4FFD11C1.3090007@sugarcrm.com> <1342029955.13569.17.camel@guybrush> <4FFDC10F.6050106@sugarcrm.com> <4FFDDBAD.7070100@sugarcrm.com> <4FFDDF66.2070806@sugarcrm.com> Date: Wed, 11 Jul 2012 22:43:14 +0200 Message-ID: To: Gustavo Lopes Cc: Stas Malyshev , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: bug 18556 - tolower & locales From: pierre.php@gmail.com (Pierre Joye) hi, On Wed, Jul 11, 2012 at 10:36 PM, Gustavo Lopes wrote: > Em Wed, 11 Jul 2012 22:17:42 +0200, Stas Malyshev > escreveu: > > >> And we regularly fix bugs in such functions in stable versions. >> >>> If it is not good enough for 5.3, it is not good enough for 5.4. >> >> >> Sorry, I can't accept this argument. There were numerous things that are >> in 5.4 but not in 5.3. > > > I also think this is not appropriate for 5.4, but for different reasons. > > You're changing the Zend API. You introduce new public functions. This means > an extension that uses the new symbols will be compatible with PHP 5.4.6, > but not before. When this happens, it's very annoying (like the PHP_FE_END > in 5.3, though that only affected source compatibility -- this also affects > binary compatibility). > That alone is a no go for 5.4 and 5.3. > You also change the behavior of zend_binary_strncasecmp(). Just like you had > to change ext/standard/string.c, other extensions may also have to (not to > mention the risk you missed something). That adds way too much risks, for little to no gain (sorry for the few people suffering from this bug). cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org