Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97120 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51494 invoked from network); 22 Nov 2016 17:11:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2016 17:11:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.43 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.83.43 mail-pg0-f43.google.com Received: from [74.125.83.43] ([74.125.83.43:35811] helo=mail-pg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/27-06373-C5C74385 for ; Tue, 22 Nov 2016 12:11:57 -0500 Received: by mail-pg0-f43.google.com with SMTP id p66so9465241pga.2 for ; Tue, 22 Nov 2016 09:11:56 -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=gqF3H1rordjYHnO1LauMHjjue/iqk+oPTI+hk1S4sxM=; b=WMY5AsR+qKK+b1UDkiYuXJBEJYVm6FwsVlK6AVUV+/TeUNHqd2HuclkcqdlWUCYIh7 QA4NGU7kwIQt9hZUI37DmfNusqoVlT5P3pkr8HovTdki0SvRs62Zhd4tA0eCOXEzAH+a k5Et7MToJ5hgwdlWMqL4xazkUE5wpQbvmsgwp2NeGQOgTvjvxjKFEqn5+Af9/K/a7Ls4 R0bEVvBFMBxdzw9JhBBLNCQhouGW9my1IqMMj18IkLre8IEPypnaSSY2aIFICcs47KGs lTN3WHb2UHIE/WRyNaQ2lOuJp7ESkufGw6QbZCdRVD5xHmjAGIxOZ6oBrKOCeThrZd5d gc2g== 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=gqF3H1rordjYHnO1LauMHjjue/iqk+oPTI+hk1S4sxM=; b=VrGnoxVv7eQiVIBo4EfZyOHfO9P9ReVZtSVNFwtrC7gWembpqGJVTctsANa3dBw/zc SHFuR7a8ljCRqnGrkZcYbs7ZBiSGyThXfJ9UF7EJzN5hyKHfAeMa/GA2fB4D4uMu0vWz jbnduh26RD5rM6QrspTi53Hs2XlCuWKPPLwDBG5ztYkoh5/YfGanbh4NqPe/ZXQ3HnOj G2unxNqcvGcBKAytlh6RORyL8hx7y6s0vivVYl6PC9LjJmRdMgyDV/Nvjg9Ez8v622mT cgzSX3bNnF4fCbWtmDiF7qppLG8+hm64ExcAaIl4TVvLq95LisjXXW+2gdairwafRMba H4Dw== X-Gm-Message-State: AKaTC03y2dtMJxPopK1RCI+G34fnEQWOgcbxkWuAAZon6X9/o/hFBdpUrf+QByhUF6YK2w== X-Received: by 10.98.211.135 with SMTP id z7mr27075484pfk.109.1479834713377; Tue, 22 Nov 2016 09:11:53 -0800 (PST) Received: from Stas-Air.lan (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id v82sm46596718pfi.6.2016.11.22.09.11.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Nov 2016 09:11:52 -0800 (PST) To: Wes , internals@lists.php.net References: Message-ID: Date: Tue, 22 Nov 2016 09:11:51 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] ArrayIterator improvements From: smalyshev@gmail.com (Stanislav Malyshev) Hi! On 11/22/16 9:05 AM, Wes wrote: > Greetings PHPeople, > > I've just started the voting on the RFC at the URL... > > https://wiki.php.net/rfc/arrayiterator-improvements > > ...skipping the discussion period entirely as it's about small additions > and there's (hopefully) not much to discuss about. That's not how RFC work. There should be discussion period. Please follow the process. -- Stas Malyshev smalyshev@gmail.com