Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27332 invoked from network); 28 Feb 2015 00:57:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2015 00:57:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.25 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.25 out1-smtp.messagingengine.com Received: from [66.111.4.25] ([66.111.4.25:45167] helo=out1-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/30-32582-17211F45 for ; Fri, 27 Feb 2015 19:57:21 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 55D4C20A1D for ; Fri, 27 Feb 2015 19:57:16 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 27 Feb 2015 19:57:17 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=OJrpatBQCKTGy6jxV5lMx/ seyMA=; b=EvOhBn3MpUXE925bZIDvXrQK6Y5h+px1YaBLKThfsnoladq5O+tp17 XikH97pTrQ1xOwSaRRvo6tVcVQTYXvRmgQrxAPzPjbLZzKiiX1n2bH8kLeEcsZjM 6gJ2jKZ7Xp+T0qxiyg0auz0Mm+zfq6FuKyD3eYwFPtQey7uv0pzRM= X-Sasl-enc: /lLXe4Kga/RcsQeDitWo6VypxCOo+JnVj0+GhhjeXiSs 1425085037 Received: from Palantirs-MacBook-Pro-7.local (unknown [63.250.249.138]) by mail.messagingengine.com (Postfix) with ESMTPA id 08E93C0029D for ; Fri, 27 Feb 2015 19:57:16 -0500 (EST) Message-ID: <54F1126C.9080909@garfieldtech.com> Date: Fri, 27 Feb 2015 18:57:16 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: internals@lists.php.net References: <54F07FC7.8050901@php.net> <54F0839C.3010700@seld.be> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Exceptions in the engine From: larry@garfieldtech.com (Larry Garfield) On 2/27/15 9:28 AM, guilhermeblanco@gmail.com wrote: > +1 on Sebastian's suggestion. =) > > I volunteer to either update the RFC or create a new one to resolve this > once "Exceptions in the engine" passes (which looks like a reality already > to me). > > Just tell me which approach I should take and I'll happily write the RFC. > > []s, The RFC is currently in voting, so editing it directly is a no-no. A new, short RFC, please. (Exception implements Throwable, Error implements Throwable sounds good to me. Should we ask about SomeUserspaceClass implements Throwable, or will someone hit me for that?) --Larry Garfield