Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94990 invoked from network); 30 Jul 2015 11:39:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2015 11:39:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:54304] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/E8-25901-1DC0AB55 for ; Thu, 30 Jul 2015 07:38:57 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id A4ACE10C025; Thu, 30 Jul 2015 12:38:53 +0100 (BST) Date: Thu, 30 Jul 2015 12:38:53 +0100 (BST) X-X-Sender: derick@whisky.home.derickrethans.nl To: Ferenc Kovacs cc: Nikita Popov , Andrey Hristov , PHP internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PHP-DEV] Reclassify E_STRICT notices From: derick@php.net (Derick Rethans) On Thu, 30 Jul 2015, Ferenc Kovacs wrote: > On Sun, Feb 22, 2015 at 11:30 PM, Nikita Popov wrote: > > > 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. > > 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 I think E_DEPRECATED works for this as well - which I am perfectly happy with. cheers, Derick