Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101951 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8021 invoked from network); 2 Mar 2018 00:17:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2018 00:17:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=mail@pmmaga.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mail@pmmaga.net; 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:55860] helo=outbound0.mail.transip.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/E3-16517-AF7989A5 for ; Thu, 01 Mar 2018 19:17:00 -0500 Received: from submission4.mail.transip.nl (submission4.mail.transip.nl [149.210.149.124]) by outbound0.mail.transip.nl (Postfix) with ESMTP id 3zsqc73ShSzynTw for ; Fri, 2 Mar 2018 01:16:55 +0100 (CET) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by submission4.mail.transip.nl (Postfix) with ESMTPA id 3zsqc50JJXznTsS for ; Fri, 2 Mar 2018 01:16:51 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id x7so162095wmc.0 for ; Thu, 01 Mar 2018 16:16:51 -0800 (PST) X-Gm-Message-State: AElRT7FT+RcYfri2Y9CNp2GP+Cp7gK69S9ThbhZurNnygKA/Sc3gz111 oYhc6Jr/3rk4ldFTQCJQ3Eb2JCSpk8eQmqqIyBI= X-Google-Smtp-Source: AG47ELtqK1MYoaEhmbj2RFmk2CH/0xeRL5Z5ay3ZiEyofIPuvCI7NPfV2pDgakRMy8O2SpUQ8EpSFRTqc6I8HF/ShFg= X-Received: by 10.28.168.86 with SMTP id r83mr78686wme.37.1519949811317; Thu, 01 Mar 2018 16:16:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.145.166 with HTTP; Thu, 1 Mar 2018 16:16:30 -0800 (PST) Date: Fri, 2 Mar 2018 00:16:30 +0000 X-Gmail-Original-Message-ID: Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="001a114c08f494821d056662e4cf" 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=1519949813; h=from:reply-to:subject:to: cc:references:in-reply-to:date:mime-version:content-type; bh=bshHEE5/QDfDKWmeL7YO5IYDewLK0rsNuHqUG0YfDrE=; b=s5+pjEWyoMuIkqumk7onWtzVHutkF0oUo5onJFYOuRGJ8oqovk+GEefXsFjZ0w3uLVjTBK CaiuW2I9vDyjN0Wk6fLc76UVdQTUHW2Y09D8K3xkc6pN/fFZldsW53S3IUWAmHlgzBMuoi MAFaVZPnrvOc+DT9wbbOiEpxuv/kk1g0dsuIN4uMpGS1iA+kxQEyDyiqJQ/NMTgzItP+b7 UJAmTpwOaRxCg+PsWuN0+0C34RkQTmZn34mcERGr1VLrpB1rpYyvQD4u++IztCK/EGA0zX yJG7CR5Ai4o4DdiLQ0aakk2Foy3XleLmwlC2gv6C5IECwJvpfmadik8sTE2RjQ== 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?=) --001a114c08f494821d056662e4cf Content-Type: text/plain; charset="UTF-8" Hi internals, After fixing some issues with the deprecation notice, this RFC is ready for the voting period. There are two separate votes in this RFC and both require a 2/3 majority: - Introduce the new behavior in 8.0 - Introduce a deprecation notice in 7.3 You can find the RFC on: https://wiki.php.net/rfc/negative_array_index The vote will be closed on the 16/3. Regards, Pedro --001a114c08f494821d056662e4cf--