Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85991 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47919 invoked from network); 28 Apr 2015 13:25:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2015 13:25:02 -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.196 as permitted sender) X-PHP-List-Original-Sender: oliviergarcia@php.net X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Received: from [217.70.183.196] ([217.70.183.196:35448] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/75-17556-B2A8F355 for ; Tue, 28 Apr 2015 09:25:00 -0400 Received: from mfilter16-d.gandi.net (mfilter16-d.gandi.net [217.70.178.144]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 1610A172098 for ; Tue, 28 Apr 2015 15:24:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter16-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter16-d.gandi.net (mfilter16-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id gU2WfwvsjF1O for ; Tue, 28 Apr 2015 15:24:55 +0200 (CEST) X-Originating-IP: 209.85.160.172 Received: from mail-yk0-f172.google.com (mail-yk0-f172.google.com [209.85.160.172]) (Authenticated sender: php@lol.cat) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id A6B4B1720C8 for ; Tue, 28 Apr 2015 15:24:55 +0200 (CEST) Received: by ykep21 with SMTP id p21so25997891yke.3 for ; Tue, 28 Apr 2015 06:24:54 -0700 (PDT) X-Gm-Message-State: ALoCoQlIEEY23LqlHuUtuDkQivludwaC0tIKylZoN9iy+/PMpgWJdIqSw8ZXoGynqgN9+95an5/H MIME-Version: 1.0 X-Received: by 10.170.198.143 with SMTP id p137mr5871938yke.129.1430227494625; Tue, 28 Apr 2015 06:24:54 -0700 (PDT) Received: by 10.13.227.198 with HTTP; Tue, 28 Apr 2015 06:24:54 -0700 (PDT) Date: Tue, 28 Apr 2015 15:24:54 +0200 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC][VOTE] Improved Error Callback Mechanism From: oliviergarcia@php.net (Olivier Garcia) Dear Internals, The "Improved Error Callback Mechanism" RFC is now in voting phase. You can cast your vote on the Wiki [1] and the according patch is available as a Pull Request [2]. Vote will be open for two weeks, counting from today. Kind regards, [1] https://wiki.php.net/rfc/improved_error_callback_mechanism [2] https://github.com/php/php-src/pull/1247 -- Olivier Garcia