Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35876 invoked from network); 6 Jun 2017 17:56:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2017 17:56:21 -0000 Authentication-Results: pb1.pair.com header.from=mail@pmmaga.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mail@pmmaga.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain pmmaga.net designates 149.210.149.69 as permitted sender) X-PHP-List-Original-Sender: mail@pmmaga.net X-Host-Fingerprint: 149.210.149.69 outbound0.mail.transip.nl Received: from [149.210.149.69] ([149.210.149.69:50704] helo=outbound0.mail.transip.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/F3-27119-1CCE6395 for ; Tue, 06 Jun 2017 13:56:18 -0400 Received: from submission4.mail.transip.nl (submission4.mail.transip.nl [149.210.149.124]) by outbound0.mail.transip.nl (Postfix) with ESMTP id 3whzrb0pWwz10jMF for ; Tue, 6 Jun 2017 19:56:15 +0200 (CEST) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by submission4.mail.transip.nl (Postfix) with ESMTPA id 3whzrW2LsQznWCv for ; Tue, 6 Jun 2017 19:56:09 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id v104so57525988wrb.0 for ; Tue, 06 Jun 2017 10:56:09 -0700 (PDT) X-Gm-Message-State: AODbwcAs2w4ZtPIKhWC46/F9DtHn2EMw+fWGzbF867awnEc2Dgt4nMK+ ju4gHI+s82ZKw6hOSugZNrTH819t6w== X-Received: by 10.223.141.247 with SMTP id o110mr21567484wrb.69.1496771767313; Tue, 06 Jun 2017 10:56:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.64.213 with HTTP; Tue, 6 Jun 2017 10:55:46 -0700 (PDT) Date: Tue, 6 Jun 2017 19:55:46 +0200 X-Gmail-Original-Message-ID: Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="f403045d60a880354f05514e5547" X-Scanned-By: ClueGetter at submission4.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=pmmaga.net; t=1496771771; h=from:reply-to:subject:to: cc:references:in-reply-to:date:mime-version:content-type; bh=JMCTND2nQWypjlUfCNdrxhcY8cRassMhWvJG7H1NGyA=; b=twqHRbNdNKo01mbiyNmIyfLxU3tyJBRUoRsrH7Li4ppy7I/1vtox41q5nQxDr611P1uCxd y4F9MBqixLi6ZjLgDRsN9h9bcUd6e8basvhGHW4K9vCYVR5j0Erg/idC1XGo3wcvyDGb// RBTglTLIZTS9TYbypQn5bPL0+/xuPpng9R9rixJuM0iVXVg3zUGoCLW2QRJSeSHBo9Cggg oSjw10ISOjmXvPZ5nOiD4rCPOSMbcTEwgxUMOz6+wcfkcc7WEVHT5jaATqyu1C82sWEg6X bePChbNcE/UimschVWRzY7VbMgGc+v0tUEOlMReiExYEtpWaK6lPe1NCK98bag== X-Report-Abuse-To: abuse@transip.nl Subject: [RFC] [VOTE] Arrays starting with a negative index From: mail@pmmaga.net (=?UTF-8?Q?Pedro_Magalh=C3=A3es?=) --f403045d60a880354f05514e5547 Content-Type: text/plain; charset="UTF-8" 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 Voting is open from now until 20/6/2017 18:00 UTC. Regards, Pedro --f403045d60a880354f05514e5547--