Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15637 invoked by uid 1010); 30 Nov 2003 12:39:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15613 invoked from network); 30 Nov 2003 12:39:36 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 30 Nov 2003 12:39:36 -0000 Received: from [10.21.1.187] (c38047.upc-c.chello.nl [212.187.38.47]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hAUCdLF4016768; Sun, 30 Nov 2003 13:39:30 +0100 Date: Sun, 30 Nov 2003 13:39:13 +0100 (CET) X-X-Sender: derick@localhost To: Markus Fischer cc: internals@lists.php.net In-Reply-To: <20031130110119.GB11802@gjat.josefine.at> Message-ID: References: <5.1.0.14.2.20031118235848.0347c9f0@127.0.0.1> <20031130110119.GB11802@gjat.josefine.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Warning: helo-invalid Subject: Re: [PHP-DEV] E_STRICT From: derick@php.net (Derick Rethans) On Sun, 30 Nov 2003, Markus Fischer wrote: > On Wed, Nov 19, 2003 at 12:00:30AM +0200, Andi Gutmans wrote : > > Hey, > > > > I added an E_STRICT error level today which purists can use to make sure > > that there scripts are using the latest and greatest suggested method of > > coding (according to what we decide). > > Ideas are things like: > > a) Not using var for member variables but moving to PPP. > > b) Not using is_a but using instanceof. > > > > If you have any further ideas of stuff which makes sense to add to this > > option let me know. For obvious reasons this will be off by default. > > Maybe it should be noted somewhere that E_ALL no longer is 2047 but > 4095 in its value (maybe important for Apache php_value directives). Please file a documentation bug for this. Derick