Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59868 invoked by uid 1010); 14 Aug 2006 09:29:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59852 invoked from network); 14 Aug 2006 09:29:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2006 09:29:10 -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.174 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.174:51451] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 0F/61-19138-46240E44 for ; Mon, 14 Aug 2006 05:29:09 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1747ugf for ; Mon, 14 Aug 2006 02:29:06 -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=e4304jlx3hJWxsZOYZvfqogRkCgjnqu8PoTXUTOm59UEETfKmVvk/d9+Ccu/RdTkQ2qyl8on8y/aegJCI46WCmllKwDQSdSq1VSLb89LQxP5wfzjrT00z0cFZVmGZNypbDAx9VvR5MT0Ov3x1WftI6AsaXavu+cT/v0fsHnC06M= Received: by 10.66.220.17 with SMTP id s17mr7832086ugg; Mon, 14 Aug 2006 02:29:05 -0700 (PDT) Received: by 10.66.248.15 with HTTP; Mon, 14 Aug 2006 02:29:05 -0700 (PDT) Message-ID: Date: Mon, 14 Aug 2006 11:29:05 +0200 To: "Matt W" Cc: internals@lists.php.net In-Reply-To: <010a01c6bf80$0e0b2b90$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> <010a01c6bf80$0e0b2b90$0201a8c0@pc1> Subject: Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace From: pierre.php@gmail.com (Pierre) Hello, > Seems pretty obvious... It is pretty obvious that we miss the cases, informations and feedback to take a final decisions. What this changelog tells me is that we already messed too much with this part. With the risk to repeat myself a last time, I do not think we should change again this behavior, not now and not only this one. We need to have all required info and tests before (read my previous mails for the details :) ). --Pierre