Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83498 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72225 invoked from network); 22 Feb 2015 22:30:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2015 22:30:51 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.175 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:36872] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/B9-18531-A985AE45 for ; Sun, 22 Feb 2015 17:30:50 -0500 Received: by wesw55 with SMTP id w55so14886026wes.4 for ; Sun, 22 Feb 2015 14:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KiV2k9MS107Gd2m0af+ZXMpV2vUij5gPmAg+G51jZIA=; b=HkCBzptKI36xCkv+7rwKETh0bC55yIw9c2Nd8dy90+PO4yTEbL9s3pM4o9l8anGlKE JglFMFq3hosjLwWd1QJWb6U+GRNpjSKDO3XClPdq76ORnPXW3JZ37MsggDMQkiC8ha5L cQTysobsa4Crkdhn+ZboMlcH3DYdk/e0c7aXzyWvCjXzeGToMlDT3crh4PsPPuNqPAVZ bHLiKb5ogU8oDdRJ0xd1LVTvc5ypzEyKpGGrHNgFbweH97HFYcjm/T8aBoeHUJNAPxyT xDfP8QvmA7SCZgGC0EtO7gFTj6/bknS1rA/OTqVCSAZUgj2dqC3WOAOwGxL+UQVFDLP0 YpaA== MIME-Version: 1.0 X-Received: by 10.180.206.14 with SMTP id lk14mr15167008wic.71.1424644247774; Sun, 22 Feb 2015 14:30:47 -0800 (PST) Received: by 10.27.10.168 with HTTP; Sun, 22 Feb 2015 14:30:47 -0800 (PST) Date: Sun, 22 Feb 2015 23:30:47 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c38dac51eca6050fb4d693 Subject: Reclassify E_STRICT notices From: nikita.ppv@gmail.com (Nikita Popov) --001a11c38dac51eca6050fb4d693 Content-Type: text/plain; charset=UTF-8 Hi internals! I would like to propose reclassifying our few existing E_STRICT notices and removing this error category: https://wiki.php.net/rfc/reclassify_e_strict As we don't really have good guidelines on when which type of error should be thrown, I'm mainly going by what category other similar errors use. I'm open to suggestions, but hope this will not deteriorate into total bikeshed. Thanks, Nikita --001a11c38dac51eca6050fb4d693--