Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23897 invoked from network); 12 Oct 2015 18:57:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2015 18:57:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:37146] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/C0-16518-B720C165 for ; Mon, 12 Oct 2015 14:56:59 -0400 Received: by wijq8 with SMTP id q8so71430366wij.0 for ; Mon, 12 Oct 2015 11:56:56 -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=zIirQxfpsJz326Jx9opmV838liog3ekmrmT58UKPUmo=; b=m14GjoQ+EFG+ehJCiBmSRVbOBDbXmT4rrspw72aG86WqUxLp+enNGGA9lU0f+wCDTb iWW5YCAxoGXu5KR92lr9JDumK/ueJlxJlP655Q0puBxM4yl80oHec1ZYR5pJG4w9Ntn0 fZ+78IjTIpFkGGO2txijn+pIzx4qXJw/jDoqQUEGR5VKXQB0YDNkLNez6Jg5tJHHs7bb 1FTL4GN6pe6GQUSaDekfTV/OWLJkd6LSaaNTsgAqjdtWYHcFA4oSXYyboKB29So3othO Sxr4IwNcVeVCz5eW9y7bKjjZfUJikzYw3RB39x5p1fnUBHi3YnVjw4Qh/JwzyFteSE3E HnSQ== MIME-Version: 1.0 X-Received: by 10.194.248.165 with SMTP id yn5mr34727146wjc.97.1444676216004; Mon, 12 Oct 2015 11:56:56 -0700 (PDT) Received: by 10.27.26.88 with HTTP; Mon, 12 Oct 2015 11:56:55 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Oct 2015 20:56:55 +0200 Message-ID: To: Dmitry Stogov Cc: PHP internals , Andrea Faulds , Stas Malyshev , Bob Weinand , Anatol Belski Content-Type: multipart/alternative; boundary=089e013d171caba7a60521ece476 Subject: Re: Forbid rebinding scope of closures created by ReflectionFunctionAbstract::getClosure() From: nikita.ppv@gmail.com (Nikita Popov) --089e013d171caba7a60521ece476 Content-Type: text/plain; charset=UTF-8 On Mon, Oct 12, 2015 at 8:24 PM, Dmitry Stogov wrote: > Hi Nikita, > > I think the effect of the remaining patch is negligible. > It disables things, that shouldn't work by design, didn't work in fact and > leaded to crashes. > It might work only in some cases and only because of luck. > > So, I think it's better to commit this before next RC. > Anatol is going to start rolling it on Tuesday. > Done. > 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)? Nikita --089e013d171caba7a60521ece476--