Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13164 invoked by uid 1010); 15 Aug 2006 12:58:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13148 invoked from network); 15 Aug 2006 12:58:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2006 12:58:38 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.168] ([66.249.92.168:28867] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id 63/DE-50872-CF4C1E44 for ; Tue, 15 Aug 2006 08:58:37 -0400 Received: by ug-out-1314.google.com with SMTP id k3so387917ugf for ; Tue, 15 Aug 2006 05:58:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l+9CMIfSPCnuqtUzwS8SNEeyG0h7j9AYvp7SKJqIpGF+CP6a8StmFDrg1LfIuPpsfORGVXLN4m6X7S7j5XBxIsyfP8rGrM8mzyjJa6E7yinNGHhjrS5XTnvGNlzVfqt/MKRopdPhshKHtaeCtSSxYngiM9sR2t5vtDHa1qjvlJs= Received: by 10.66.249.11 with SMTP id w11mr9277445ugh; Tue, 15 Aug 2006 05:58:33 -0700 (PDT) Received: by 10.66.248.15 with HTTP; Tue, 15 Aug 2006 05:58:33 -0700 (PDT) Message-ID: Date: Tue, 15 Aug 2006 14:58:33 +0200 To: "Matt W" Cc: internals@lists.php.net, ceo@l-i-e.com In-Reply-To: <004801c6c040$591276a0$0201a8c0@pc1> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <005301c6bec7$783e5c80$0201a8c0@pc1> <006d01c6bedd$c86c7a00$0201a8c0@pc1> <35405.67.108.68.40.1155598740.squirrel@www.l-i-e.com> <004801c6c040$591276a0$0201a8c0@pc1> Subject: Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace From: pierre.php@gmail.com (Pierre) Hello, On 8/15/06, Matt W wrote: > Hi Pierre, > > I will go ahead and enter a Bug report for this in a bit ('cause there's > definitely a bug), just so it's in the official place (preferred, I guess?) > and doesn't keep going here on the list. :-) Please don't. I have no more ways or words to explain you what needs to be done.... Please ask me if you still don't get it. > ----- Original Message ----- > From: "Pierre" > Sent: Monday, August 14, 2006 > > > > Hello, > > > > > While I agree the change should be carefully reviewed, I must wonder > > > why the millions upon millions of lines of code in 4.x are going to be > > > ignored here... > > > > > > What rationale is there for breaking the BC? > > > > > > Obviously you think it should be broken -- I just don't understand > why... > > > > I did not say it should be broken. All I said (and confirmed by > > Andrei) is that we should first sit down and figure out what, how and > > when we can/should change something. It seems to me as the sanest > > attitude given the insane amount of senseless changes. > > > > There is no need to push a patch just to bring another entry to this > > changelog. As I already suggested, we can work together on a proposal > > and bring it to a conclusion. > Just to be sure, you are just talking about the array_count_values() > function and not the is_numeric... stuff? No, I'm talking about __all__ cases :-). This function or the array keys in general is only one issue, there is some more. Which part of "We need to sit down and come up with a proposal?" did you not understand? seriously? --Pierre