Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31543 invoked from network); 8 Mar 2015 18:26:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2015 18:26:54 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:39773] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/B7-17427-D649CF45 for ; Sun, 08 Mar 2015 13:26:54 -0500 Received: by wghn12 with SMTP id n12so16173614wgh.6 for ; Sun, 08 Mar 2015 11:26:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9CJaGMLqiDv/6VDFiYSUJm+/4Qgx5q84FXp0hwV3uEE=; b=cb+YbsbYvxGB0ULM2oToCK44EhlnVtUB2LoGw6hkVkdGgCt20tnxSyCxECKGYpX4SU bAm1tUuneydNacUBSC6rDWdbboh5ks5vux3i0Km8xK8PsuoxA5j4b2t4Nebx85++y79S +u8DaLn9oKhjlqXFb/WGbFYtvdjZ4iF8IjrySwPnxHpKpIyFgVBjpVYaDS5NNOAGf/WY Bk/MW1e/5qZ0F41AgppAM3D764bQkiGOIacLQsjm6p0vchiSUXnzAT+gKF2wtKDWsuKo KTIwA2GrQC4cDmUUsIw1gZ4PsXo4uBwAtrYJn1Tjkc59sYrTh5QmOwcFufnfbQVgiIo8 hctg== MIME-Version: 1.0 X-Received: by 10.194.120.230 with SMTP id lf6mr49997331wjb.78.1425839210351; Sun, 08 Mar 2015 11:26:50 -0700 (PDT) Received: by 10.27.10.193 with HTTP; Sun, 8 Mar 2015 11:26:50 -0700 (PDT) In-Reply-To: References: Date: Sun, 8 Mar 2015 19:26:50 +0100 Message-ID: To: PHP internals , Dmitry Stogov Content-Type: multipart/alternative; boundary=089e0115fe24a3d1e70510cb0f28 Subject: Re: [VOTE] Exceptions in the engine From: nikita.ppv@gmail.com (Nikita Popov) --089e0115fe24a3d1e70510cb0f28 Content-Type: text/plain; charset=UTF-8 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 --089e0115fe24a3d1e70510cb0f28--