Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61672 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73963 invoked from network); 24 Jul 2012 11:42:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2012 11:42:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gh0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:52719] helo=mail-gh0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/A0-17533-B3A8E005 for ; Tue, 24 Jul 2012 07:42:52 -0400 Received: by ghbg2 with SMTP id g2so7441263ghb.29 for ; Tue, 24 Jul 2012 04:42:49 -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=3Ua/jInNdiS6PsgqvfeRed/iaYlqqrI1mLTnd+sCg3E=; b=m3wSSvwO+gvQgmOaz3CbhJe9U/6LwH2XiTgJwqF6sisLcjtn1obGORDQD+3xcZkUzJ 0MZFZifGee0LEO8/Yyl8xonSipkFXjWgjcy2Cw1LRAv4e7TAdWVytfKrSfh09Ccnps6V 7MYrJ6RgKtuCbJUA6HMmHTwv6lQYmWdWA1CvFF16suwgdsHRKrcqjyQVedMrsZcwOPJh gLRN4BwUpl3QeTMHw9zsxgUF7P1aVt+5Drj1kUX+1ASuWNHqgZMaGEXNQXUGu7nf8aX1 eHmJimx0w5rtf6VnyD/FU5Cbxhvgr0QhnVZk9JkQNAgl5MNbPOAnYKyF7d8piIyHamke OzMg== MIME-Version: 1.0 Received: by 10.43.69.12 with SMTP id ya12mr14778080icb.50.1343130168652; Tue, 24 Jul 2012 04:42:48 -0700 (PDT) Received: by 10.64.44.33 with HTTP; Tue, 24 Jul 2012 04:42:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Jul 2012 12:42:48 +0100 Message-ID: To: Laruence Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Supports 'finally' keyword for PHP exceptions From: dragoonis@gmail.com (Paul Dragoonis) On Tue, Jul 24, 2012 at 12:20 PM, Laruence wrote: > Hi: > As the previous threads disscussed, I make a implemention. > > here is the RFC: https://wiki.php.net/rfc/finally > > any suggestions? > > thanks > > -- > Laruence Xinchen Hui > http://www.laruence.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Now this is the kind of stuff that's important to the upcoming versions of PHP instead of talking about brace-less expressions. We definitely need this, try {} catch {} finally {}. Push this for discussion, in two weeks call a vote, I definitely see this going through. - Paul.