Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10864 invoked by uid 1010); 30 Nov 2003 11:21:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10828 invoked from network); 30 Nov 2003 11:21:01 -0000 Received: from unknown (HELO sunshine.home) (62.178.227.34) by pb1.pair.com with SMTP; 30 Nov 2003 11:21:01 -0000 Received: from mfischer by sunshine.home with local (Exim 4.22) id 1AQPKJ-0003Qh-Vt for internals@lists.php.net; Sun, 30 Nov 2003 12:01:19 +0100 Date: Sun, 30 Nov 2003 12:01:19 +0100 To: internals@lists.php.net Message-ID: <20031130110119.GB11802@gjat.josefine.at> Mail-Followup-To: Markus Fischer , internals@lists.php.net References: <5.1.0.14.2.20031118235848.0347c9f0@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20031118235848.0347c9f0@127.0.0.1> X-Editor: Vim http://www.vim.org/ X-PGP-Key: 0xC2272BD0 at wwwkeys.eu.pgp.net X-PGP-Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0 User-Agent: Microsoft Outlook Express 5.50.4807.1700.314 X-Spamfilter: Fighting it with http://www.spamassassin.org/ and http://razor.sourceforge.net/ Subject: Re: [PHP-DEV] E_STRICT From: mfischer@gjat.josefine.at (Markus Fischer) 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). - Markus