Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57613 invoked from network); 24 Apr 2015 10:24:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2015 10:24:58 -0000 Authentication-Results: pb1.pair.com header.from=oliviergarcia@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=oliviergarcia@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.70.183.197 as permitted sender) X-PHP-List-Original-Sender: oliviergarcia@php.net X-Host-Fingerprint: 217.70.183.197 relay5-d.mail.gandi.net Linux 2.6 Received: from [217.70.183.197] ([217.70.183.197:53775] helo=relay5-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/60-52524-8F91A355 for ; Fri, 24 Apr 2015 06:24:57 -0400 Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 611F841C65A for ; Fri, 24 Apr 2015 12:24:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id xKgQk76I05+1 for ; Fri, 24 Apr 2015 12:24:53 +0200 (CEST) X-Originating-IP: 209.85.160.174 Received: from mail-yk0-f174.google.com (mail-yk0-f174.google.com [209.85.160.174]) (Authenticated sender: php@lol.cat) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id E47AC41C20E for ; Fri, 24 Apr 2015 12:24:52 +0200 (CEST) Received: by ykeo186 with SMTP id o186so2353158yke.0 for ; Fri, 24 Apr 2015 03:24:51 -0700 (PDT) X-Gm-Message-State: ALoCoQnVKNVVWNRwgAlvYbtOrVIRpuHUtE6HxDi3Zf1C7CVWT+gZMWL+XkPheOuUg7PX18K+8hyr MIME-Version: 1.0 X-Received: by 10.236.62.130 with SMTP id y2mr8359089yhc.123.1429871091841; Fri, 24 Apr 2015 03:24:51 -0700 (PDT) Received: by 10.13.227.198 with HTTP; Fri, 24 Apr 2015 03:24:51 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Apr 2015 12:24:51 +0200 Message-ID: To: PHP Development , Patrick ALLAERT Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] Improved Error Callback Mechanism From: oliviergarcia@php.net (Olivier Garcia) 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. Kind regards [1] https://wiki.php.net/rfc/improved_error_callback_mechanism [2] https://github.com/php/php-src/pull/1247 -- Olivier Garcia