Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70753 invoked from network); 24 Jul 2012 11:21:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2012 11:21:12 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:33283] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/7F-17533-6258E005 for ; Tue, 24 Jul 2012 07:21:10 -0400 Received: by vbbfs19 with SMTP id fs19so6487219vbb.29 for ; Tue, 24 Jul 2012 04:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=RwxCB49EBSo1HId8/gHy7I+OSdw3mzXIADBu3Qbi+aE=; b=bHWgmDT/5Srtp7LQf3oyq4ZAt77OWxvfhyDIv7BfDgEAApvDL7lNvs/R1RYO71JZN8 A2KCFTYsor7IpjJ0sqJkzlI9IygAB5V1m5HeG6MpjglaVwV2VvCA8RNtyaJzDUxlj4zb vOJ5FLE96B/hWrPaNmLMbnyAwl7o6GXbFAKjbD/6bmiJTH3nZTeSwQ8/Xp2QlLtt0fzg ndRMDzEygnJO/2pehAGb2yLyhlnxAuV6vHRZxg0fyXGFzZtG59vEWWy11G3ewZtkdMkx rv5xo/MO1Oyu8t3Bg62uDjigxZkAR1iCY9EOQKnmIBzh1cLfQV1rf3CtgAKAAQfhLdud ivtQ== Received: by 10.52.69.83 with SMTP id c19mr6283693vdu.79.1343128867618; Tue, 24 Jul 2012 04:21:07 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.195.3 with HTTP; Tue, 24 Jul 2012 04:20:47 -0700 (PDT) Date: Tue, 24 Jul 2012 19:20:47 +0800 X-Google-Sender-Auth: Job3qArbkwC6QpvoRdZPX_vzXA8 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC] Supports 'finally' keyword for PHP exceptions From: laruence@php.net (Laruence) 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/