Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88994 invoked from network); 28 Apr 2015 21:49:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2015 21:49:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrickallaert@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:35395] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/20-20699-E6000455 for ; Tue, 28 Apr 2015 17:49:34 -0400 Received: by wgyo15 with SMTP id o15so8877248wgy.2 for ; Tue, 28 Apr 2015 14:49:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=SeLIPfBqxuPzUXsfEL8ZN3+pECCzaLvD2Ge/3DPEanQ=; b=dryyJK+UEKdJFSHb0SPQMAotjz43IW9l210JU3LWlsIhMtWKeVFDENtQtoup47Igjg 9uOGiwGIz5j8LftZEcvO4fkOcm5M1rQqfOFY19y3pP6/VTV9TFvp1vpiiVzzC/wQ60af LEayHDI+MMPla0Yg2clmSXw/cx5V+Gfvuar67o/AYh7Aw/lc+At1fzzrli9uk9hEli8M 1WUt1520LvOZZpqV50mwb6E2xGJcuwmHrgIwdulhkJ/643Lw+mUZPvO+/MhmR0OvgzLg 8wVgtBUxBOi5R0nfYUOQba4wIHFRu7YrsgsYcN3nLtrXkCdAguACJd39U3FMflDzZsUi eIvw== X-Received: by 10.181.13.16 with SMTP id eu16mr132893wid.10.1430257771625; Tue, 28 Apr 2015 14:49:31 -0700 (PDT) MIME-Version: 1.0 References: <553FB63A.80505@birkholz.biz> In-Reply-To: <553FB63A.80505@birkholz.biz> Date: Tue, 28 Apr 2015 21:49:30 +0000 Message-ID: To: Dennis Birkholz , internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043c096e6a407a0514cfd671 Subject: Re: [PHP-DEV] [RFC][VOTE] Improved Error Callback Mechanism From: patrickallaert@php.net (Patrick ALLAERT) --f46d043c096e6a407a0514cfd671 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Dennis, Le mar. 28 avr. 2015 =C3=A0 18:33, Dennis Birkholz a =C3=A9crit : > > just to satisfy my personal curiosity: how can this RFC target 7.0 which > had the feature freeze over a month ago? Should it not be 7.1 just to > treat all contributors equal? > We are fully aware of the feature freeze and have no intention to bypass anything. This is not about a feature "per se": it's just about being able to hook at some place in the engine with no userland changes, BC breaks or even ABI changes. In fact, something that doesn't *require* an RFC at all (like the many commits happening in master, not bound to any specific RFC). Can we consider that this RFC is for documentation purpose mostly? This is how we see it and the reason we created it. Cheers, Patrick --f46d043c096e6a407a0514cfd671--