Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88756 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38468 invoked from network); 12 Oct 2015 21:55:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2015 21:55:00 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.213.43 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.213.43 mail-vk0-f43.google.com Received: from [209.85.213.43] ([209.85.213.43:35589] helo=mail-vk0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/F2-16518-13C2C165 for ; Mon, 12 Oct 2015 17:54:59 -0400 Received: by vkha6 with SMTP id a6so36569860vkh.2 for ; Mon, 12 Oct 2015 14:54:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=W03bdiu7DJgenmtHyxgkv067uKhNmUy05XDKkyiKTs8=; b=UbKiF5vFFQdC3pR7DX5FV+zVVSk5UPq1EUxrE2t0Lvd/FF5Cfqb1laEmQZpZZjxxej N2nDieioYjN+K1zcMXi8tpmXVlSUjL5doiBwMmMBVJH81tY9bvyFHaTLYnGLpBpYYElH v+qqR5z2BiEqZfY5F8Vx0NnFqVkSGQULNLx78N1xjN3YcVWH5oY0BjnBQvf0w99q8CQV eyX4m0VweRpd7g8GN+2vEG7XK8gwi2nDzLh86GjeWqxNOw+3x6G3jwUjYpwru/bnJkBy +EaBr9OP40vXk4lTadI1+IT5+rwuDoSmI9PRc6JzunHnL2Q6zMF03wrJqyfQmZhYFmqt Ws5Q== X-Gm-Message-State: ALoCoQlSdWq7Q3yKUh0wFNF33acBxYVhCB7StIdDLBCwJwpgfRqH57mnU0qARKEXJCKL2oaoviEJe1sxodHRAewkolHASDrxqAi6FhDlxD4IeS3xdsS9vTjtQlMj7oxzsilub404up/CZO1Lwcs7FqKzwgjge7TZsDl0+1Vg5UAbhfW1NzbS11A= MIME-Version: 1.0 X-Received: by 10.31.108.74 with SMTP id h71mr2529356vkc.57.1444686894752; Mon, 12 Oct 2015 14:54:54 -0700 (PDT) Received: by 10.103.24.5 with HTTP; Mon, 12 Oct 2015 14:54:54 -0700 (PDT) In-Reply-To: References: <01f001d1052b$bed5cbb0$3c816310$@belski.net> Date: Tue, 13 Oct 2015 00:54:54 +0300 Message-ID: To: Nikita Popov Cc: Anatol Belski , PHP internals Content-Type: multipart/alternative; boundary=001a114793c22cd3fb0521ef618e Subject: Re: [PHP-DEV] Re: Forbid rebinding scope of closures created by ReflectionFunctionAbstract::getClosure() From: dmitry@zend.com (Dmitry Stogov) --001a114793c22cd3fb0521ef618e Content-Type: text/plain; charset=UTF-8 On Mon, Oct 12, 2015 at 11:32 PM, Nikita Popov wrote: > On Mon, Oct 12, 2015 at 10:22 PM, Anatol Belski > wrote: > >> 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() >> > >> > > It would be great, if we stop any commits into PHP-7.0 except for >> > critical fixes now >> > >> > 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)? >> > >> 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. >> > > To rephrase my question: Should we treat PHP-7.0 the same way we treat > PHP-5.6 and other release branches (i.e. all kinds of bug fixes are okay, > even if it's just improving a test or fixing some inconsequential > behavior), or do you want to limit the PHP-7.0 branch to actually critical > fixes now? From what you say, I assume the former rather than the latter? > Of course, we should merge bug fixes from PHP-5.6. Delaying them by month will make more overhead for everyone. But the less changes we will get the better. Thanks. Dmitry. > > > Nikita > --001a114793c22cd3fb0521ef618e--