Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33636 invoked from network); 12 Oct 2015 20:32:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2015 20:32:40 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:34438] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/62-16518-7E81C165 for ; Mon, 12 Oct 2015 16:32:40 -0400 Received: by wicgb1 with SMTP id gb1so64036734wic.1 for ; Mon, 12 Oct 2015 13:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=642cxdkMXRb/qdqREPO7XTMwe11k1dtl1M38lFHgs3w=; b=BS90IW095yoSR6DavsjuRMb4xVPMiFerf8uz4/MdO9oMAg0CrfTvG2LBkptgOVWya1 e8dB1W07tk3xtF7r2VgRLWVw4Obu4lO071y0KFR1KYN2qvM3iqjs7snOfr/j3aLhL/9e UGxrtqf3doJo3v1GV6W27k0i3hCIyAaWIZNefnQtCNpQi11kvlZDceG16RNGBlyOnyjy 7FYHQH4vyT7k8MUIs+FhL+CnfN4z6llH6rRHLGCKA9dTlRT3cbKYArPDNlNB7KYs32jt 5ofS2aVDRsrFTrWcb4s7r+0nm8D7VjB+F8MyCcsnnY17Rf1nN0aRmiPueYA60QVr75tt KRgQ== MIME-Version: 1.0 X-Received: by 10.180.81.199 with SMTP id c7mr15878982wiy.87.1444681956911; Mon, 12 Oct 2015 13:32:36 -0700 (PDT) Received: by 10.27.26.88 with HTTP; Mon, 12 Oct 2015 13:32:36 -0700 (PDT) In-Reply-To: <01f001d1052b$bed5cbb0$3c816310$@belski.net> References: <01f001d1052b$bed5cbb0$3c816310$@belski.net> Date: Mon, 12 Oct 2015 22:32:36 +0200 Message-ID: To: Anatol Belski Cc: Dmitry Stogov , PHP internals Content-Type: multipart/alternative; boundary=f46d04440292daf3d70521ee3ae2 Subject: Re: [PHP-DEV] Re: Forbid rebinding scope of closures created by ReflectionFunctionAbstract::getClosure() From: nikita.ppv@gmail.com (Nikita Popov) --f46d04440292daf3d70521ee3ae2 Content-Type: text/plain; charset=UTF-8 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? Nikita --f46d04440292daf3d70521ee3ae2--