Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25358 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59511 invoked by uid 1010); 15 Aug 2006 07:23:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59480 invoked from network); 15 Aug 2006 07:23:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2006 07:23:07 -0000 Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.188] ([64.233.182.188:47085] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12549M)) with ESMTP id 29/03-50872-EA571E44 for ; Tue, 15 Aug 2006 03:20:14 -0400 Received: by nf-out-0910.google.com with SMTP id l24so216559nfc for ; Tue, 15 Aug 2006 00:20:11 -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=QkyBQOjJ8XR+crgF1c32ELSurh6ZsmlhxRoomMYCv3p6hKQ9w4/os3Pr0fnpZ0sole5HIz5X94vFyzjZWd+muf1OhwlsK//Lhd2j+kJzQLW80uSwGVS66CLRZbicI4zpfGAadE3r7Pj7cRUV+7mHxPO85RjIN/H6R1yVLk5+X3s= Received: by 10.48.210.20 with SMTP id i20mr911108nfg; Tue, 15 Aug 2006 00:20:11 -0700 (PDT) Received: by 10.78.117.20 with HTTP; Tue, 15 Aug 2006 00:20:11 -0700 (PDT) Message-ID: <4858f9d90608150020o57af7a9dmeffa1ac4a81d98a9@mail.gmail.com> Date: Tue, 15 Aug 2006 09:20:11 +0200 To: ceo@l-i-e.com Cc: Pierre , "Matt W" , internals@lists.php.net In-Reply-To: <35405.67.108.68.40.1155598740.squirrel@www.l-i-e.com> 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> Subject: Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace From: stefan.walk@gmail.com ("Stefan Walk") BC has already been broken, and while BC breaks are OK in major version changes (4 -> 5), they are not in minor version changes... and if you change this behaviour again you are not "undoing" a BC break but you are breaking it again. Regards, Stefan