Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79890 invoked from network); 24 Apr 2015 13:10:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2015 13:10:39 -0000 Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.50 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.50 mail-wg0-f50.google.com Received: from [74.125.82.50] ([74.125.82.50:36751] helo=mail-wg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/E1-52524-CC04A355 for ; Fri, 24 Apr 2015 09:10:37 -0400 Received: by wgen6 with SMTP id n6so50037919wge.3 for ; Fri, 24 Apr 2015 06:10:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UQVayfI4qb8KOwjXD9OJUf3w04e9qpPRL5EfXC4OeYs=; b=ih14bnFLQbQPX/pzacnWs8Z6pT0i8ZAGl4bsrevU8y6p6WXIvJWuESc5c0eiFrXKTb QVJj0BFP6MrT1z99l04B052prTt262zacbPG/uIgCkI3S9+8J5c3f17XUiuza8WGnTrs huvni/qiKXC+kihHUN4krsADXL3q0yvkAMuBk52Iak5amU6oRgZjJmiQRRwY3rhc5YYB OZMo4PZOUaRv9p38uNnAiUjIUamioUMLQDrrocJKCKvhoW2F7kZiyjOhKh0CymkPoLUq xa8ijXk/U1HB/t60ij6vDRGdm9bHE0tK35Esm1UAYlTSzfZqJFBWQRXVCPUyVqcZcnIQ M9+Q== X-Gm-Message-State: ALoCoQkNim0Ixp6yAhzVQMYXw2+9e4/CxNt6p2euzCfivXuRxOq+jGU7pZrmgN8AHiWoYzs2chUn MIME-Version: 1.0 X-Received: by 10.194.61.208 with SMTP id s16mr15901454wjr.135.1429881033604; Fri, 24 Apr 2015 06:10:33 -0700 (PDT) Received: by 10.194.164.233 with HTTP; Fri, 24 Apr 2015 06:10:33 -0700 (PDT) X-Originating-IP: [77.11.26.54] In-Reply-To: References: Date: Fri, 24 Apr 2015 15:10:33 +0200 Message-ID: To: Olivier Garcia Cc: PHP Development , Patrick ALLAERT Content-Type: multipart/alternative; boundary=047d7b86d3e61454a70514781f9a Subject: Re: [PHP-DEV] Re: [RFC] Improved Error Callback Mechanism From: kontakt@beberlei.de (Benjamin Eberlei) --047d7b86d3e61454a70514781f9a Content-Type: text/plain; charset=UTF-8 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 > > --047d7b86d3e61454a70514781f9a--