Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85244 invoked from network); 3 Mar 2015 10:19:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Mar 2015 10:19:08 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.50 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:34106] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/92-03783-B9A85F45 for ; Tue, 03 Mar 2015 05:19:07 -0500 Received: by wghn12 with SMTP id n12so39052238wgh.1 for ; Tue, 03 Mar 2015 02:19:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=APsDzLSZxuUJLYbhH5evymmGrsLREJ4JLwOu1LWxuZI=; b=K10xxYL8/H6EKf+B0tH1X0JqgN7NLxlFtC52+s6D3oGRKj0utaoTo1dG5WleJYSKXg 74eHzMzoPfqI9HTL1tgzrVY6ia6YftXqdyGiyEY3/ggGih4h+SMY4haeqFb9dWojL93P I6/hZhJxvQloT7XkVlIGp7UAxJ1KvwaVpvQm+CTVldiH2rKRcIN5ADrFxa1KX1CVzH/T SD0vzoTv21AseRDQXEKwHhj75MuB+RrE+zdo5wepNfabtQQSBl7S7Tr+x2sGQlvhbMqd eddP0H33DGDgf2aMvt0p17kgj/fQ73aEeXatkOVCe2Gy18W8ya7KsED94WABJCYvD2+9 5LFg== X-Received: by 10.180.198.19 with SMTP id iy19mr44320377wic.8.1425377944798; Tue, 03 Mar 2015 02:19:04 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.198.210 with HTTP; Tue, 3 Mar 2015 02:18:24 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Mar 2015 11:18:24 +0100 X-Google-Sender-Auth: aTIniSk6Jt9YYUFx727ozB2jPig Message-ID: To: reeze Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b6226e2122e2a05105faadd Subject: Re: [PHP-DEV] [Disccusion] Introduce error_clear_last() function From: jpauli@php.net (Julien Pauli) --047d7b6226e2122e2a05105faadd Content-Type: text/plain; charset=UTF-8 On Tue, Mar 3, 2015 at 11:13 AM, reeze wrote: > Hi internals, > > I would like to implement FR #45235. below copied from Github. > > What do you think about it? > > I had the same idea and I even got a patch somewhere. I'm +1 and should merge your idea soon, if nobody rejects the idea. PS : we could benefit from this move to refactor error management as well, Nikic's got an RFC about exceptions in the engine as well. Julien.Pauli --047d7b6226e2122e2a05105faadd--