Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99409 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30992 invoked from network); 6 Jun 2017 17:22:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2017 17:22:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:35391] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/F2-27119-FD4E6395 for ; Tue, 06 Jun 2017 13:22:40 -0400 Received: by mail-wm0-f51.google.com with SMTP id x70so41851318wme.0 for ; Tue, 06 Jun 2017 10:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=S3TeWurEvDFt1HjWPSweD/UZiXNSab2wE5rzjz9/wVs=; b=OPF91c0xyNj47+wgVw4spQgXH9mcCVw8ltQ2rC8LtHMjSzB2poymnQUGCDnkLV+WmV Lrtcz89MGiTViAbTT+zpQetiPQA/iVEG68tF4KlHOpfZf6VLLnDJRbg4i9AKt6rNuTzr hXNx8jDwg7VMPP3zPhYtYMIGEtTTB4Re4omK/bkrHXCwTSWWVORhOZKGSQGlNogLGS1g hIHJKE0/5oo7O2fE9Serm14EJWCpIGAKV2pdR/Nwa0wB+kQL8YJ9xAXIUN4uHykU+Etj G1JyJlmtBi0JEveOpkq6Vv4FDBjZiFfhjsQdD1jvJD1YoPMQDCiANkQNIRmIVSQ7nqkz kG4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=S3TeWurEvDFt1HjWPSweD/UZiXNSab2wE5rzjz9/wVs=; b=IhYvAH45ttx7K/sSWc7K/VjAYd3wNbUtugYrEPgH79iww+dmvVG4Ragy8rOYolh+58 pecl9aYIG8LIQ0tmt31rwDTIuxd75pGKbqCTgZYjWmETAjVL8+jpdpHCxe1JGpbWueGd Q2bJXfhmSWH1L4PvjLm9kGyWOpPib9FUB5ZO5PrmuZ8GyFNfJLznUF/BG0Azz+QELBuF DPpBz+0GLB4uozWJaOD8YhVXSDMzOCOYJoDbry8+Jn9Qf4Z6wMbxuusGmA+WCRHZC570 NqUaL79kOFmmel1PRAl78tep82P0MGjcUe+hpmrgFiXyFMr/cEGfhzQv0mXaZejisyiv oebQ== X-Gm-Message-State: AODbwcBOGXDgU8hJ8/r2NzgXpY+pfz16eeN6MV3+cIT7wEf4qSgFu6Wl 1Y5Uc+ZFw6n0TM0wVGNvQBqLlqGymcpYoW0= X-Received: by 10.28.51.130 with SMTP id z124mr12912583wmz.50.1496769756805; Tue, 06 Jun 2017 10:22:36 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.209 with HTTP; Tue, 6 Jun 2017 10:22:36 -0700 (PDT) X-Originating-IP: [74.113.166.198] In-Reply-To: References: Date: Tue, 6 Jun 2017 13:22:36 -0400 X-Google-Sender-Auth: pARYJeXvX0Yn1sDjDaiRjPYvt-8 Message-ID: To: =?UTF-8?Q?Pedro_Magalh=C3=A3es?= Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [RFC] [Discussion] Arrays starting with a negative index From: pollita@php.net (Sara Golemon) On Tue, Jun 6, 2017 at 7:06 AM, Pedro Magalh=C3=A3es wrot= e: > Given that I got no more feedback on this, I'm ready to move it to voting= . > However, before doing so, I would like to hear some feedback from 7.2 RMs > about the timing. I think the impact in real applications would be pretty > low but there is still the possibility of a subtle BC. > > Sara & Remi, would you prefer I wait for the next major for this or would > you be ok with 7.2? > I can't see why not. Go for it. Make sure you include a NEWS entry when (if) you merge it. :D -Sara