Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78797 invoked by uid 1010); 19 Nov 2003 18:25:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78752 invoked from network); 19 Nov 2003 18:25:24 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 19 Nov 2003 18:25:24 -0000 Received: (qmail 3589 invoked from network); 19 Nov 2003 18:25:22 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 19 Nov 2003 18:25:22 -0000 Message-ID: <5.1.0.14.2.20031119202435.04942950@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 19 Nov 2003 20:25:21 +0200 To: "Ford, Mike [LSS]" ,internals@lists.php.net In-Reply-To: <841D90E489448A4F804E1D1B95768BF7D46286@lis-exchange3.lmu.a c.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: RE: [PHP-DEV] Re: E_STRICT From: andi@zend.com (Andi Gutmans) References: <841D90E489448A4F804E1D1B95768BF7D46286@lis-exchange3.lmu.ac.uk> At 11:07 AM 11/19/2003 +0000, Ford, Mike [LSS] wrote: >On 19 November 2003 06:12, Andi Gutmans contributed these pearls of wisdom: > > > Just a warning. > > I commited your patch. Not sure about the naming but it's the > > status quo for now :) > > Andi > > > >> + case E_STRICT: > >> + error_type_str = "Strict > >> Standards"; > >> + break; > >As it's a prefix to a more substantive error message, I'd go for something >like "Deprecated Usage" or "No Longer Supported". (The former would also >match up to an (en|dis)able_deprecated option.) Well I'm not sure it will only include deprecated functionality. Maybe it'll also include some advisory stuff? Like, you better use foo instead of bar because it's quicker? Andi