Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85243 invoked from network); 30 Jul 2015 09:24:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2015 09:24:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:33719] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/87-25901-F3DE9B55 for ; Thu, 30 Jul 2015 05:24:15 -0400 Received: by lbbyj8 with SMTP id yj8so23202678lbb.0 for ; Thu, 30 Jul 2015 02:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pex7qwbNrbd1MQ8x71wke0QhpsOKfOORQEXFSfUs9L4=; b=JBFAXv3nkzw3beiwkyAqQWhMwMDj4NWW4BvdtHj6kaxc3cgrCK/+za/9LYPIBx6j7H r5kke6ShmbjK1hA333+3CtHlKq7WN/YetDDhOzZIJSq0JP4sqINLMb82xrfdzU0GG/uK H+E9JO9nEtTJvaEMkqXe8P2rIrdMm2wIxhvpHTpt52DN+4ID8IxsgmZUrSTx2D2APCoc GOFdvLF3QGjIIpaAQOhtm9Lnm1duKZxzc0lJYJJFv0RputVjtZppixGYPwwK76H6oSUk jLvxAIdLeG6b2f8QHymdkUP33QC5Q8g/QSr3FiepmdEjv2EVdNFqajwCm3JDs/T4CMwK 2MjQ== MIME-Version: 1.0 X-Received: by 10.152.116.13 with SMTP id js13mr6923616lab.62.1438248252726; Thu, 30 Jul 2015 02:24:12 -0700 (PDT) Received: by 10.152.43.105 with HTTP; Thu, 30 Jul 2015 02:24:12 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jul 2015 11:24:12 +0200 Message-ID: To: Nikita Popov , Andrey Hristov , Derick Rethans Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c3416c33e600051c1444af Subject: Re: [PHP-DEV] Reclassify E_STRICT notices From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c3416c33e600051c1444af Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Feb 22, 2015 at 11:30 PM, Nikita Popov wrote= : > Hi internals! > > I would like to propose reclassifying our few existing E_STRICT notices a= nd > 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 shoul= d > 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 > hi, this RFC got accepted, but there are 4 more E_STRICTs in the core which were kept/missed: http://lxr.php.net/xref/PHP_TRUNK/ext/date/php_date.c#1544 http://lxr.php.net/xref/PHP_TRUNK/ext/standard/html.c#1241 http://lxr.php.net/xref/PHP_TRUNK/ext/mysqli/mysqli_api.c#1606 http://lxr.php.net/xref/PHP_TRUNK/ext/mysqli/mysqli_api.c#1644 for the sake of consistency I would like these to be removed/changed into some other error levels so that we emit no E_STRICT from the core. I cc'ed Andrey and Derick to this mail as I'm curious about their opinion on the mysql and date related ones. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c3416c33e600051c1444af--