Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65422 invoked by uid 1010); 30 Nov 2003 16:03:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65336 invoked from network); 30 Nov 2003 16:03:02 -0000 Received: from unknown (HELO sunshine.home) (62.178.227.34) by pb1.pair.com with SMTP; 30 Nov 2003 16:03:02 -0000 Received: from mfischer by sunshine.home with local (Exim 4.22) id 1AQTjD-0003UI-JO for internals@lists.php.net; Sun, 30 Nov 2003 16:43:19 +0100 Date: Sun, 30 Nov 2003 16:43:19 +0100 To: internals@lists.php.net Message-ID: <20031130154319.GA13383@gjat.josefine.at> Mail-Followup-To: Markus Fischer , internals@lists.php.net 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 Content-Disposition: inline In-Reply-To: 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 Sun, Nov 30, 2003 at 01:39:13PM +0100, Derick Rethans wrote : > On Sun, 30 Nov 2003, Markus Fischer wrote: > > On Wed, Nov 19, 2003 at 12:00:30AM +0200, Andi Gutmans wrote : > > > 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). > > > > 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. Thanks, done. - Markus