Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55994 invoked from network); 26 Apr 2015 15:46:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2015 15:46:12 -0000 Authentication-Results: pb1.pair.com header.from=kelerest123@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kelerest123@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.50 as permitted sender) X-PHP-List-Original-Sender: kelerest123@gmail.com X-Host-Fingerprint: 209.85.218.50 mail-oi0-f50.google.com Received: from [209.85.218.50] ([209.85.218.50:34960] helo=mail-oi0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/70-49496-2480D355 for ; Sun, 26 Apr 2015 11:46:10 -0400 Received: by oign205 with SMTP id n205so72552128oig.2 for ; Sun, 26 Apr 2015 08:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tRBHp1ncwd1zuAogpsccegvIS8OhKiJuKBrW0R0+/tc=; b=b5LJMC/etNqWfkbmOozqN4FbaunZi8r0x3yD+QjiYVJSakYcyDuphgyFbkdU4Kh1Mp IEsewQoAbAHQvQ3JNgoRFm3jgmLC0rQnmtoBBmGKf27f9EFA71jr9PzzbPzgIkduNvL2 jFx2j1iXfZdWeIhThONsUtngcWlLYHIwWlvdB2sBAi9FDONIsy/6pArzPCAVxxxJcvaE kMtIYoO8xjp64dfNlQl5i9wE7Gj9lQhXpHI0i2pCuBqFoF2JfxpHFWFFdhinGVXaln3B GtunthQPF3Kc5LzRzd3FhRlD7DkQe6CoEvOYIMDqI8g0cZiHcOeD4qo4eZ/eoQTr8DDE CQtQ== X-Received: by 10.60.70.40 with SMTP id j8mr6663177oeu.59.1430063167714; Sun, 26 Apr 2015 08:46:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.104.7 with HTTP; Sun, 26 Apr 2015 08:45:47 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Apr 2015 17:45:47 +0200 Message-ID: To: Benjamin Eberlei Cc: Olivier Garcia , PHP Development , Patrick ALLAERT Content-Type: multipart/alternative; boundary=001a11330ab41e3bdc0514a28784 Subject: Re: [PHP-DEV] Re: [RFC] Improved Error Callback Mechanism From: kelerest123@gmail.com (=?UTF-8?B?SmFrdWIgS3Viw63EjWVr?=) --001a11330ab41e3bdc0514a28784 Content-Type: text/plain; charset=UTF-8 +1 for this. Best regards, Kubo2 2015-04-24 15:10 GMT+02:00 Benjamin Eberlei : > On Fri, Apr 24, 2015 at 12:24 PM, Olivier Garcia > wrote: > > > Greetings Internals, > > > > A few weeks ago, Patrick (patrickallaert@php.net) and I wrote a RFC > > [1] to improve the error callback mechanism and we just submitted a > > patch [2] - mostly written by Patrick - for review. > > > > Since our patch only modifies PHP's inner working and does nothing on > > the userland, we think it could be merged in PHP 7 and that the vote > > could be done using the 50% + 1 rule. > > Feel free to tell us if you're uncomfortable with it. > > > > If no problem is reported, we'll open the vote next week. > > > > I am very much in favour of this RFC. Hooking into the error handlers is a > bit tricky right now when you have to assume that xdebug fiddles with your > own hook. > > > > > > Kind regards > > > > [1] https://wiki.php.net/rfc/improved_error_callback_mechanism > > [2] https://github.com/php/php-src/pull/1247 > > > > -- > > Olivier Garcia > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > --001a11330ab41e3bdc0514a28784--