Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85454 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61388 invoked from network); 24 Mar 2015 19:58:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2015 19:58:48 -0000 Authentication-Results: pb1.pair.com header.from=mailing@pascal-martin.fr; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mailing@pascal-martin.fr; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain pascal-martin.fr designates 91.121.85.26 as permitted sender) X-PHP-List-Original-Sender: mailing@pascal-martin.fr X-Host-Fingerprint: 91.121.85.26 ns362529.ip-91-121-85.eu Received: from [91.121.85.26] ([91.121.85.26:45152] helo=pascal-martin.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/A0-57065-6F1C1155 for ; Tue, 24 Mar 2015 14:58:47 -0500 Received: from [192.168.0.3] (home.squalenet.net [82.225.233.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pascal-martin.fr (Postfix) with ESMTPSA id E0DA4E02F0 for ; Tue, 24 Mar 2015 20:58:43 +0100 (CET) Message-ID: <5511C1F2.6030909@pascal-martin.fr> Date: Tue, 24 Mar 2015 20:58:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [VOTE] Reclassify E_STRICT notices From: mailing@pascal-martin.fr (Pascal MARTIN) Le 15/03/2015 16:46, Nikita Popov a écrit : > https://wiki.php.net/rfc/reclassify_e_strict#vote > Voting is open for ten days :) Hi, We talked about this RFC with other people at AFUP, and it seems we are on the +1 side. Basically, with "strict" warnings, one might wonder whether or not his code is OK. With warnings and/or notices, it will be more clear that things are not just OK. Thanks! -- Pascal MARTIN http://blog.pascal-martin.fr/ @pascal_martin