Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86100 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83771 invoked from network); 30 Apr 2015 18:24:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2015 18:24:55 -0000 Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.182 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.213.182 mail-ig0-f182.google.com Received: from [209.85.213.182] ([209.85.213.182:36810] helo=mail-ig0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/00-17724-47372455 for ; Thu, 30 Apr 2015 14:24:52 -0400 Received: by igblo3 with SMTP id lo3so21354372igb.1 for ; Thu, 30 Apr 2015 11:24:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=t0pMCBoDsPsJGjpa+sCMe74s8GC1FlIWFJfM1By+sDs=; b=I83XXV3iAvfIThRQY71ZkClbnZNsy1s59S8v6aHZezMeCczX0wicfNnoVOfARLaFM8 ZDBCe8qEpQ8vGfWeQgD1p/YWf0n3yNdM+Y59IxNRtbM9FTBxZP4IVDCEiZpIy76kNKtJ QJj5yoe/taaR5RQ0dxqoDdpAGvFvnxlHCE0wJvlrVFCh1VLoXHskh9LRCUYUWbOc5tp9 iqkLCAkmVajqA7zEBvAtqaoiL9GLPs2OnlgfmfGMKa+uKj+IOkmajMeCXsnnlv3j/tJT W1dUM/nqEzasf5BxxOEWUyGG9bI3gzfYLheww0R5Skq/OPU6O6HFtGwG89SlOUl4G8tt Royw== X-Received: by 10.50.66.227 with SMTP id i3mr5285037igt.47.1430418289354; Thu, 30 Apr 2015 11:24:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.9.7 with HTTP; Thu, 30 Apr 2015 11:24:28 -0700 (PDT) In-Reply-To: <55425D7E.6010803@gmail.com> References: <54F07FC7.8050901@php.net> <54F0839C.3010700@seld.be> <55052FAD.6090608@php.net> <5505346D.7020700@php.net> <550DA4EE.2030903@php.net> <55410973.4010300@php.net> <55417C64.7000707@gmail.com> <5541B4D6.9060503@php.net> <55425D7E.6010803@gmail.com> Date: Thu, 30 Apr 2015 15:24:28 -0300 Message-ID: To: Stanislav Malyshev Cc: Julien Pauli , Sebastian Bergmann , PHP Internals Content-Type: multipart/alternative; boundary=047d7bdc157a0470140514f5368e Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: marcio.web2@gmail.com (Marcio Almada) --047d7bdc157a0470140514f5368e Content-Type: text/plain; charset=UTF-8 Hi Stas, 2015-04-30 13:51 GMT-03:00 Stanislav Malyshev : > Hi! > > > We could make an exception (sic !) and add the Throwable interface to > PHP7, > > even after feature freeze, because it is an easy pick and having a clear > > Exception model for 7.0 is to my opinion very important. > > I'm OK with it but I fear this is opening a can of worms, since people > will start arguing "well, we've added Throwable so let's also add this > other thing which is absolutely 100% necessary" and here goes our > feature freeze. Maybe I'm just too cynical :) Anyway, I don't have any > objection on substance to it. So if everybody is ok with it, I'm fine > with it too. > -- > Stas Malyshev > smalyshev@gmail.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I agree with you, but the process isn't perfect - and will never be. Taking RFC guidelines without exceptions is damaging to quality in this case. If someone else decide to open a new RFC after the deadline without the same level of consensus we have here, the RFC will be put down, hopefully. Thanks. --047d7bdc157a0470140514f5368e--