Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49574 invoked from network); 9 Mar 2015 11:04:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Mar 2015 11:04:27 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 209.85.220.47 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 209.85.220.47 mail-pa0-f47.google.com Received: from [209.85.220.47] ([209.85.220.47:45899] helo=mail-pa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/BA-29848-A3E7DF45 for ; Mon, 09 Mar 2015 06:04:27 -0500 Received: by padbj1 with SMTP id bj1so38329380pad.12 for ; Mon, 09 Mar 2015 04:04:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=I0SqCO+NkXQxLjMPbwpdAOkIHGnMxAQoTYFZLbqQiiE=; b=IGfbpVPByMEG2Vuava0ShgMxlQsxuC1LbL5JbmT+3tTT+gbHcZ2sRb7OkN3ugfdF5r qxJSXIjekyntHKRJJ/K7xyg0tRM1Bze8zDho+txFoZwz2s0ev7411tWAJsqyeL6IN25r 621EkeelsSY9mnLRij7rTo8uV4DWBC8f6jYtHs2uUnKkIL+XNs9186dJEEQG9h81x1sU S8UAEtClgP8kKHMSGfzBqMxvTSeV33EMyqV4hMmLQZKqY4AElrSUanOZEih5n9PIb3hm QO109syOF+03Vq1Vcja2pNN7vmYhk9zHu2b2K1rSTY4FBBUBckSHRPldwkIPDPOBtswE Cgbw== X-Gm-Message-State: ALoCoQnVBrh9OyyonA/P0kZDyXKgupdkgChF5Xbq4CwCDtOhaWi9jHbMEEU5Ylc53iDbUK8xFM1X X-Received: by 10.66.251.198 with SMTP id zm6mr20688822pac.61.1425899063370; Mon, 09 Mar 2015 04:04:23 -0700 (PDT) Received: from [10.0.0.117] ([1.153.49.163]) by mx.google.com with ESMTPSA id t13sm18650360pdj.58.2015.03.09.04.04.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Mar 2015 04:04:22 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) In-Reply-To: Date: Mon, 9 Mar 2015 22:04:15 +1100 Cc: PHP internals , Dmitry Stogov Content-Transfer-Encoding: 7bit Message-ID: <438F62BF-E1D3-484E-8242-C616F6007811@heroku.com> References: To: Nikita Popov X-Mailer: Apple Mail (2.2070.6) Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: dz@heroku.com (David Zuelke) Why not wait with the merge until a consensus emerges regarding Throwable? > On 09.03.2015, at 05:26, Nikita Popov wrote: > > On Mon, Feb 23, 2015 at 7:15 PM, Nikita Popov wrote: > >> Hi internals! >> >> Voting on the engine exceptions RFC, which proposes to convert existing >> fatal and recoverable fatal errors into exceptions, has opened: >> >> https://wiki.php.net/rfc/engine_exceptions_for_php7#vote >> >> The primary vote requires a 2/3 majority, as this is a language change. >> >> A second vote will decide whether to use a BaseException based inheritance >> hierarchy. This vote uses a simple majority. >> >> Voting is open until 2015-03-08. >> > > This RFC has been accepted with 60 votes in favor and 2 against. The > BaseException hierarchy has been accepted with 39 in favor and 19 against. > > During voting some concerns about the naming of the BaseException class > have been raised. This detail can be sorted out in a follow-up discussion - > changing this (assuming only the name is changed) is simple and only a > couple of tests need to be adjusted. > > Dmitry, do you want to merge your current patch? > > Nikita