Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27048 invoked from network); 28 Feb 2012 18:10:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2012 18:10:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.214.42 mail-bk0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:36129] helo=mail-bk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/D5-34356-E881D4F4 for ; Tue, 28 Feb 2012 13:10:23 -0500 Received: by bkcje9 with SMTP id je9so516627bkc.29 for ; Tue, 28 Feb 2012 10:10:19 -0800 (PST) Received-SPF: pass (google.com: domain of kiall@managedit.ie designates 10.204.136.200 as permitted sender) client-ip=10.204.136.200; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kiall@managedit.ie designates 10.204.136.200 as permitted sender) smtp.mail=kiall@managedit.ie; dkim=pass header.i=kiall@managedit.ie Received: from mr.google.com ([10.204.136.200]) by 10.204.136.200 with SMTP id s8mr3659358bkt.97.1330452619406 (num_hops = 1); Tue, 28 Feb 2012 10:10:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=oL82ZJJZRtYENY53PheIQt7HofJUqiC75UYUoAn/cBs=; b=cGvVg50HqXbBeOR2oQyq4UZXZRtD+ZDGs1k4ObL+2q/Sf60k6a7cCPzZpHWwJDGGfb /sXaB+IeA49CeacjNs96O5PamTk3lZFEq+OXOfnQ6DPfYcltjAyxwd8QY0YLv70ozAEC ltzCRGNEuhJ0JY733/kQD354SUpJ5Xu/N5Ih0= Received: by 10.204.136.200 with SMTP id s8mr2957902bkt.97.1330452619151; Tue, 28 Feb 2012 10:10:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.42.74 with HTTP; Tue, 28 Feb 2012 10:09:57 -0800 (PST) In-Reply-To: <4F4D108E.2030707@sugarcrm.com> References: <01a901ccf622$0645f230$12d1d690$@alliantinternet.com> <4F4D108E.2030707@sugarcrm.com> Date: Tue, 28 Feb 2012 18:09:57 +0000 Message-ID: To: Stas Malyshev Cc: Dmitri Snytkine , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=0015175cfe6cc149a404ba0a23bf X-Gm-Message-State: ALoCoQkHysRUuDpOETqM/sA5rawhrkCyWrtXECquTmK/gfydAaGAveMxqXC/yHmUhHjGQxVhqQKp Subject: Re: [PHP-DEV] Possibility to add finally to try/catch? From: kiall@managedit.ie (Kiall Mac Innes) --0015175cfe6cc149a404ba0a23bf Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 28, 2012 at 5:36 PM, Stas Malyshev wrote: > Last time we looked into it we couldn't make a clean implementation of it > that worked well. If anybody has good ideas about how to do it, please > provide a patch. Right - I don't claim, even for a moment, to have the slightly clue how easy/hard the implementation would be. But - I don't think that should stop the discussion, or even consensus gathering, of whether or not the feature should be implemented. If the consensus is that the feature is useful and will likely be accepted if formally proposed etc - that may encourage someone to spend the time on finding a clean and acceptable implementation! Anyway - Just my 2c. Kiall (P.S. Yes - I know there was an error in my ruby example.. Luckily I caused an exception while trying to raise an exception.. so no harm!) --0015175cfe6cc149a404ba0a23bf--