Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97974 invoked from network); 26 Sep 2015 07:57:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2015 07:57:59 -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 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:34366] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/6B-31991-50056065 for ; Sat, 26 Sep 2015 03:57:57 -0400 Received: by padhy16 with SMTP id hy16so126696403pad.1 for ; Sat, 26 Sep 2015 00:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=z7YZlkUtVe4D+ifBA3A2AWyLl3wtdne9CGkK+6i9Jn8=; b=d9UG/q91C6Kg5AGjEAwk82GJYcMyW4XleWj6WvivoIkYzjAthzcn9Hjlzw+86CRQ1d C5ppUmCdLLQlg4H+TJP4Eo7gNMFW477RQyK13ipkYcdtMHIT9TOSc3VXPCWsdOTVkAd/ EZ/MJgmOpSMJCh9jzXOMFmtfiLzgq+FS5hhbPslrPm8wHY/nQqMSBk+FWCzlmPeqDTfA KcDczszPXiaNgZyxkuVsKu3mF+i58D/ET1Qx/ZyLCwFXiCJvWlyszK/czt5LcuOyH62j wPMpStmUuMEe2z0Y9c/6mY76tbT/NdB3EgKCFoaJhkyuO1byZNbFxpbrfeBpCW0BBB+H kxbw== X-Received: by 10.66.240.37 with SMTP id vx5mr12780450pac.76.1443254274119; Sat, 26 Sep 2015 00:57:54 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id o3sm7813620pap.37.2015.09.26.00.57.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Sep 2015 00:57:52 -0700 (PDT) To: =?UTF-8?Q?Pavel_Kou=c5=99il?= References: Cc: PHP internals X-Enigmail-Draft-Status: N1110 Message-ID: <56064FF6.9000600@gmail.com> Date: Sat, 26 Sep 2015 00:57:42 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] Short Closures From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > since the RFC doesn't look like it will pass, I have a question about > RFC process - will you be able to "fix" the RFC and submit it for vote > again with targeting PHP 7.1? Yes, but see: https://wiki.php.net/rfc/voting#resurrecting_rejected_proposals So, to make another try, the RFC needs to be substantially amended or resubmitted in 6 months. > The biggest issues seem to be > - ~> operator instead of ==> > - missing type hints > - auto imports I would say changing these would be substantial. Just changing the operator - not sure, maybe if it is clear that with this change vote would pass (which currently isn't clear at all). -- Stas Malyshev smalyshev@gmail.com