Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85966 invoked from network); 7 Jun 2017 11:31:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2017 11:31:35 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Received: from [82.113.146.227] ([82.113.146.227:37438] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/B7-27119-514E7395 for ; Wed, 07 Jun 2017 07:31:34 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id F128510C6DB; Wed, 7 Jun 2017 12:31:29 +0100 (BST) Date: Wed, 7 Jun 2017 12:31:29 +0100 (BST) X-X-Sender: derick@singlemalt.home.derickrethans.nl To: =?UTF-8?Q?Pedro_Magalh=C3=A3es?= cc: PHP internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-2143311841-1496835090=:2857" Subject: Re: [PHP-DEV] [RFC] [VOTE] Arrays starting with a negative index From: derick@php.net (Derick Rethans) --8323329-2143311841-1496835090=:2857 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 6 Jun 2017, Pedro Magalh=C3=A3es wrote: > Hi all, >=20 > I have just opened the vote on this RFC. >=20 > 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. >=20 > 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/23= 83 I voted no because of the BC break. cheers, Derick --8323329-2143311841-1496835090=:2857--