Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84420 invoked from network); 28 Apr 2015 20:58:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2015 20:58:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=oliviergarcia@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=oliviergarcia@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.70.183.196 as permitted sender) X-PHP-List-Original-Sender: oliviergarcia@php.net X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Received: from [217.70.183.196] ([217.70.183.196:60573] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/30-17379-B84FF355 for ; Tue, 28 Apr 2015 16:58:52 -0400 Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 2F7E317209A for ; Tue, 28 Apr 2015 22:58:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id fIkuodJB3KlW for ; Tue, 28 Apr 2015 22:58:17 +0200 (CEST) X-Originating-IP: 209.85.160.180 Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) (Authenticated sender: php@lol.cat) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id A684E172077 for ; Tue, 28 Apr 2015 22:58:17 +0200 (CEST) Received: by ykec202 with SMTP id c202so1760450yke.2 for ; Tue, 28 Apr 2015 13:58:16 -0700 (PDT) X-Gm-Message-State: ALoCoQkznU6po5jXUGGXjH+ngdvEhfLPUAXgwVObFptxYOqkvOQX6qZlETOQTO3561MF68lHUYM5 MIME-Version: 1.0 X-Received: by 10.170.36.204 with SMTP id 195mr8201553yke.42.1430254696397; Tue, 28 Apr 2015 13:58:16 -0700 (PDT) Received: by 10.13.227.198 with HTTP; Tue, 28 Apr 2015 13:58:16 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Apr 2015 22:58:16 +0200 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE] Improved Error Callback Mechanism From: oliviergarcia@php.net (Olivier Garcia) On Tue, Apr 28, 2015 at 8:41 PM, Kalle Sommer Nielsen wrote: > I should probably have been faster at replying, but for PHP7 this is a > no-go. I realize this is a pure internal change and have nothing to do > with userland, but as currently is, we are in feature freeze and it > creates a bad precedence between us as a team if we let this through > now, sorry! On Tue, Apr 28, 2015 at 6:32 PM, Dennis Birkholz wrote: > Should it not be 7.1 just to treat all contributors equal? Hi guys, I definitly don't want any bad blood between PHP community members. Actually, when I've read the php7timeline RFC and the feature freeze, I understood it was to limit new userland or BIC features, not for internal changes, a fortiori when it's mainly about refactoring and easing extension collaboration. Cheers, -- Olivier