Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61701 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53932 invoked from network); 24 Jul 2012 17:31:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2012 17:31:07 -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 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:48089] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/52-42538-ADBDE005 for ; Tue, 24 Jul 2012 13:31:07 -0400 Received: by lbgc1 with SMTP id c1so10324763lbg.29 for ; Tue, 24 Jul 2012 10:31:04 -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 :cc:content-type; bh=axE9A5bI6Cr4zi2YJL6Ofz9zhYdWVJrcOUVSRKfHTFM=; b=YTAHX02LBiNUQlwhvhdIZC7FbSagHsKBarTbQ1oxywcfD2/wa6Mi7OxuHTJgGP2rNF xfJmy28s7liS/oVv5JjAzU2zWlWoAkaM1cwE0JjinG/MOyUKIHgy4fyE0TJ3swA2qmQg oAsx6zOd6f8ALNA6Yv4Wlln/eSeahbChVYe9EiVKYLzGQ5npVD05F9sK2YCLEwxA2FK9 rniSbFYluEprBDdMYNC4Y36h1GG3h9FX0kMj12P33chdmVkLPmEF0yYiT41N3/I6XERo eh8gfHi+vfTFBmzNBdJtjd6dt5+tHR9sxLNtlw9kGa7pBU5xH2m7MQeaH3aPRwq6J7QE G+CA== MIME-Version: 1.0 Received: by 10.152.113.68 with SMTP id iw4mr22351746lab.50.1343151064058; Tue, 24 Jul 2012 10:31:04 -0700 (PDT) Received: by 10.152.114.70 with HTTP; Tue, 24 Jul 2012 10:31:03 -0700 (PDT) In-Reply-To: References: <500EBC47.2080200@lerdorf.com> <500ED960.9020505@lerdorf.com> Date: Tue, 24 Jul 2012 19:31:03 +0200 Message-ID: To: Paul Dragoonis Cc: Rasmus Lerdorf , Laruence , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Supports 'finally' keyword for PHP exceptions From: nikita.ppv@gmail.com (Nikita Popov) On Tue, Jul 24, 2012 at 7:25 PM, Paul Dragoonis wrote: > I have had to workaround stuff in my PHP apps because of a lack of > finally{} block, and I hope it makes its way into the next iteration. I think it would add a lot to this discussion if you could show us what real-life use case you have there that desperately needs try/finally support. That would probably be a lot more helpful in understanding the issue than just looking at dummy try/finally blocks :) Nikita