Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97128 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74298 invoked from network); 22 Nov 2016 20:34:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2016 20:34:38 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:35611] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/2B-06373-CDBA4385 for ; Tue, 22 Nov 2016 15:34:38 -0500 Received: by mail-wm0-f48.google.com with SMTP id a197so45323174wmd.0 for ; Tue, 22 Nov 2016 12:34:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=YLSEPTYu+Tnz8TvkwS+Ldat5gtqTqEFScAd2O5HOPpA=; b=0uKQKMZYXZg6ADwvtUqH+U852tE6pe++JUqKr9dyLuXSvsQa3xcezdyunRLAxfEbe6 fACOMDjHMwjhy7eDP+CucRQ1LloUI4mFRZTc7LnlRaDM0FzG6r4UcVujzfDGmohUkvD6 CjIH+PQBgTlN0nSq81Ni4ep1vCF8f12GkEQS1vceQzXpVNl4+NO0vEZ5cSRB8abzjlN4 oEHnTSnann1Th6gnUZouckTO0OLfs29Z4ECbgvONlXnFUm1RDhelr58BxH/Cc0IW2ukA Iv0tC3UVorhXNk3BqxsxRVGNwpQwW7KLMXjKNfexpDamzZIhcJqlK+lTd7L7J8aCb8A4 ICWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=YLSEPTYu+Tnz8TvkwS+Ldat5gtqTqEFScAd2O5HOPpA=; b=AQu00kdJqYn5CjO30vGTZsuuIc8SlW2UzKreKe69LAUAnBmov8pMg6UlduQA3+Bgsn kpPgcQHrhJio4xhvmKBTK2MjnSexNonFy1FlAX0J9sM2YlOxv4IDB4BtDlPM5VSbYOyp te0Se6pD4qzCMUD2Xre+0oHIrEpyjLRY35SMGgiLlo8KFLXqWTY506cbDx5XcKP7jGt2 7Gk5yt+Jz8vK7rhzR+oyH7TCvw4MuM0IyMM//FFqZGUSXwxfv3ORBHLA6E+6rI9R9xVb MCd6QoSFJZTHL6YD8RtrjCEJId6p+QEMhy6G7AOFIOQ367qKtxukCoSVfHX6q1bunS/5 Ybtw== X-Gm-Message-State: AKaTC00/TEz0+MncG3R/Sd4aTHc3fArI3NeH2EeXh263PgQIiPOiG2JEEwwDAGrkFqcrfg== X-Received: by 10.28.15.5 with SMTP id 5mr4197144wmp.141.1479846873415; Tue, 22 Nov 2016 12:34:33 -0800 (PST) Received: from [192.168.1.5] ([2.27.88.157]) by smtp.googlemail.com with ESMTPSA id g184sm4759726wme.23.2016.11.22.12.34.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Nov 2016 12:34:32 -0800 (PST) To: internals@lists.php.net References: <5c579ea1-c8c3-36ec-da94-c479d5156434@gmail.com> Message-ID: Date: Tue, 22 Nov 2016 20:34:30 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] ArrayIterator improvements From: rowan.collins@gmail.com (Rowan Collins) On 22/11/2016 17:32, Wes wrote: > Okay. But just for the record, it's about very tiny additions... aren't 4 > weeks for that too much? If it's calendar time you're worried about, don't sweat it - the RFC rightly targets 7.2, which won't be released for almost exactly a year. So even if we started the vote now, and there was a patch ready by the time it closed (there doesn't seem to be one yet?), there'd still be another 50 weeks after that before it showed up in a live release. If you pause for 2 weeks of feedback first, it will be released at exactly the same time, but have 48 weeks in the code base with nobody using it instead of 50. :) Regards, -- Rowan Collins [IMSoP]