Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31661 invoked from network); 12 Oct 2015 20:22:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2015 20:22:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:47127] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/F1-16518-5961C165 for ; Mon, 12 Oct 2015 16:22:46 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id EBE2E6D2004; Mon, 12 Oct 2015 22:22:42 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w530phpdev (pD9FE8C81.dip0.t-ipconnect.de [217.254.140.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 27A2823D6185; Mon, 12 Oct 2015 22:22:41 +0200 (CEST) To: "'Nikita Popov'" , "'Dmitry Stogov'" Cc: "'PHP internals'" , "'Andrea Faulds'" , "'Stas Malyshev'" , "'Bob Weinand'" References: In-Reply-To: Date: Mon, 12 Oct 2015 22:22:37 +0200 Message-ID: <01f001d1052b$bed5cbb0$3c816310$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQHOk30Kiw4kfjy5GlDIeoGWC6GzkgIHObdwAQHL6M2eVNaycA== Content-Language: en-us Subject: RE: [PHP-DEV] Re: Forbid rebinding scope of closures created by ReflectionFunctionAbstract::getClosure() From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: Nikita Popov [mailto:nikita.ppv@gmail.com] > Sent: Monday, October 12, 2015 8:57 PM > To: Dmitry Stogov > Cc: PHP internals ; Andrea Faulds = ; Stas > Malyshev ; Bob Weinand ; > Anatol Belski > Subject: [PHP-DEV] Re: Forbid rebinding scope of closures created by > ReflectionFunctionAbstract::getClosure() >=20 > > It would be great, if we stop any commits into PHP-7.0 except for > critical fixes now >=20 > Maybe keep PHP-7.0 open (or as open as release branches usually are), = but from > now on only cherry-pick critical fixes into PHP-7.0.0 (instead of = merging > everything)? >=20 I commit myself to Dmitry's words. What matters today and especially = after RC5 is the stability. Today we should invest into testing and bug = fixes more than into improvements (aka fixes to something that is not = broken). It really matters for the quality of the final. That's the = message to convey probably.=20 Regards Anatol