Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89163 invoked from network); 7 Jun 2017 12:12:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2017 12:12:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=francois@tekwire.net; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=francois@tekwire.net; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain tekwire.net does not designate 212.27.42.4 as permitted sender) X-PHP-List-Original-Sender: francois@tekwire.net X-Host-Fingerprint: 212.27.42.4 smtp4-g21.free.fr Received: from [212.27.42.4] ([212.27.42.4:45983] helo=smtp4-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/28-27119-AADE7395 for ; Wed, 07 Jun 2017 08:12:26 -0400 Received: from [172.16.0.22] (unknown [158.255.108.131]) (Authenticated sender: flaupretre@free.fr) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 998C219F5D0; Wed, 7 Jun 2017 14:12:17 +0200 (CEST) To: Derick Rethans , =?UTF-8?Q?Pedro_Magalh=c3=a3es?= Cc: PHP internals References: Message-ID: <76d33380-6337-4950-b027-f1312d86bf28@tekwire.net> Date: Wed, 7 Jun 2017 14:12:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------4F3B3EA48750036164C283D5" Content-Language: fr Subject: Re: [PHP-DEV] [RFC] [VOTE] Arrays starting with a negative index From: francois@tekwire.net (=?UTF-8?Q?Fran=c3=a7ois_Laupretre?=) --------------4F3B3EA48750036164C283D5 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi, The same for me. Strange to see 7 people willing to introduce such a BC break in a minor version, or did I miss something ? Anyway, +1 to introduce the change in PHP 8. Cheers, François Le 07/06/2017 à 13:31, Derick Rethans a écrit : > On Tue, 6 Jun 2017, Pedro Magalhães wrote: > >> Hi all, >> >> I have just opened the vote on this RFC. >> >> The main goal of the RFC is to eliminate the inconsistency in arrays when >> negative numeric keys are used explicitly and the following implicit keys >> will start from zero. >> >> You can find the RFC here: https://wiki.php.net/rfc/negative_array_index >> The previous discussion: https://externals.io/thread/712 >> And the PR (also some discussion): https://github.com/php/php-src/pull/2383 > I voted no because of the BC break. > > cheers, > Derick > > --------------4F3B3EA48750036164C283D5--