Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83621 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67292 invoked from network); 23 Feb 2015 23:04:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 23:04:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.54 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:58471] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/41-61054-202BBE45 for ; Mon, 23 Feb 2015 18:04:34 -0500 Received: by mail-qg0-f54.google.com with SMTP id z60so27154114qgd.13 for ; Mon, 23 Feb 2015 15:04:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=I54ntPv6A68w6TWQcy5y9sgMVxImNNIoRh0wrzE9MWY=; b=ejHpGShepM0ZMZMjKBTUKQAJooDp0P4fBl34hskiqyhmJfmVmbxpWuccpR7Mu996ye yoFwygJo+SJF0OKKuyTxIOOcHyzt9NKmsE6+EjcNLdvBcLyzjjviY0x0foq5sIPzuqN7 0/wF8VgRRFUJGjmHl7KoAaKjBkuH9AT5+Qh69MBWY7P9X3rtTtBg8v7QoqBjaQbqvHy3 pFaqXiPAbT3pi1L8bKdkVO1W9dAz0tRJsxtwdj7vvAfwmGTY0qPY4pZGXs3ztUfXx0ZT a80zNZhugP4e+GuWlIO6b9Q83TpwzyAjYdK5LhfH0qxFzXZhnVr8hXAg0Toy4x54K0Rb xoLQ== X-Received: by 10.229.230.2 with SMTP id jk2mr30447318qcb.1.1424732671580; Mon, 23 Feb 2015 15:04:31 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Mon, 23 Feb 2015 15:03:51 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Feb 2015 08:03:51 +0900 X-Google-Sender-Auth: _CRnzRf5B7RFMFMArLrn1h3U5SM Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1134469eca238e050fc96cf3 Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1134469eca238e050fc96cf3 Content-Type: text/plain; charset=UTF-8 Hi Nikita, On Tue, Feb 24, 2015 at 3:15 AM, Nikita Popov wrote: > 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. > Although, AbstractException sounds better to me. I voted "yes" for it now. We probably need more specific coding standard for class/interface names for internal classes/interfaces. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1134469eca238e050fc96cf3--