Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97121 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53573 invoked from network); 22 Nov 2016 17:30:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2016 17:30:23 -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.51 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.83.51 mail-pg0-f51.google.com Received: from [74.125.83.51] ([74.125.83.51:34323] helo=mail-pg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/77-06373-DA084385 for ; Tue, 22 Nov 2016 12:30:22 -0500 Received: by mail-pg0-f51.google.com with SMTP id x23so9642454pgx.1 for ; Tue, 22 Nov 2016 09:30:21 -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=73I842hmhWUjyrabCY+3r4i/gFB05yV0tQcqRD790AM=; b=scWJF/uo09nUJ0xOAIN+78q4Ix8MIpH3B/l89Ksq1+yYc74QHvSMIm1pTapXqcjkM0 Y7OyczxR1Ez+jTHrl/0fYtSZwH/6Q6Nr/8n8o0ffs/eGQnr1rHgetYvADn/nUBiNQhzc cBP/VgMudDA7/Dos/qnh5236dBTlY2ip5/4iO+OXOHxvIM3hsKB/wJDF80KrDXb0FNLu PTCnSXwgFAEdjdcpOQrBIT4oD9Arw4bX/3ZR0m+YcVDpMPo+3Q8Lk15wqpA+YWyqMAGE wixBsYvA2sMGKv7KpKbJhPOTvn1qLGya/MUSFy4R8YohrcjtF+CMbKtGYZ4B+Hb04+NM 5XLg== 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=73I842hmhWUjyrabCY+3r4i/gFB05yV0tQcqRD790AM=; b=R9ucktG6+9lRlfUHQiOx0l8NYU769RG40AnyOF8f3XwJFLgeNdvaSSG5r6Dibv3C0Q LvG7vX5ilpFAR5M36iqeubDC578asY2RG4wc+PCVtWCqDNeBgvMzbNsGNRtBnje+WAYa kuXDs97eEtXsVNik4ntL0c1rCFJUqc7VoEfgVRtjI6wxB1aZe5kFAHNsLrr+ezt3hW5q TfR1d2lx6/6WoDZEiMg57YGZyzyebbTE6Fj5JbS0xlHNplVH/iDGKbJ70vYFhZiA4SLx MU5MJUAFtMRwviHz5sXfYH18HjwW+e13n1ICYtqBYap8BKfODQPnA9u1vQUQMpzUueHt 0kHA== X-Gm-Message-State: AKaTC03YezoWaeHWoSQwZkY2Xk5TVZ4/q3emd4GdjketbvOhzMeAmlnHTyLbrVw3NANVdQ== X-Received: by 10.84.175.3 with SMTP id s3mr1809695plb.66.1479835818199; Tue, 22 Nov 2016 09:30:18 -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 b12sm44323694pfb.78.2016.11.22.09.30.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Nov 2016 09:30:17 -0800 (PST) To: Wes , PHP Internals References: Message-ID: <5c579ea1-c8c3-36ec-da94-c479d5156434@gmail.com> Date: Tue, 22 Nov 2016 09:30:15 -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! > I'm not a internals programmer myself but I have consulted some and they > said proposed features are ok and implementation would be trivial, so I > thought it was ok to do this. Sorry for that. If proposed features are so trivial that they do not warrant any discussion, then there's no need for RFC. Part of RFC process is inviting people to discuss the changes. That's what it for. Jumping straight to vote is not how it's supposed to work. I don't know if it happened in the past - it shouldn't have, but if it did, it was wrong and should not be repeated. Minimal discussion period for non-language RFC is one week. Please do read https://wiki.php.net/rfc/voting before proposing votes. It's the minimum you could do. Thanks, -- Stas Malyshev smalyshev@gmail.com