Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21943 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5280 invoked by uid 1010); 19 Feb 2006 17:35:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5265 invoked from network); 19 Feb 2006 17:35:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2006 17:35:26 -0000 X-Host-Fingerprint: 195.226.6.9 darkcity.gna.ch Linux 2.4/2.6 Received: from ([195.226.6.9:48541] helo=darkcity.gna.ch) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 30/54-45151-B5CA8F34 for ; Sun, 19 Feb 2006 12:35:24 -0500 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 3A1F614C38D; Sun, 19 Feb 2006 18:35:20 +0100 (CET) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXX7nKsb; Sun, 19 Feb 2006 18:35:18 +0100 (CET) Received: by darkcity.gna.ch (Postfix, from userid 65534) id B56D214C389; Sun, 19 Feb 2006 18:35:18 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on darkcity.gna.ch X-Spam-Level: *** X-Spam-Status: No, score=3.7 required=5.0 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=disabled version=3.1.0 Received: from [192.168.1.42] (80-219-11-207.dclient.hispeed.ch [80.219.11.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id B8F9414C30D; Sun, 19 Feb 2006 18:35:12 +0100 (CET) Message-ID: <43F8AC50.6060209@cschneid.com> Date: Sun, 19 Feb 2006 18:35:12 +0100 User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Marcus Boerger Cc: internals@lists.php.net References: <1692386645.20060219115704@marcus-boerger.de> In-Reply-To: <1692386645.20060219115704@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gna.ch Subject: Re: Deprecation of functions From: cschneid@cschneid.com (Christian Schneider) Marcus Boerger wrote: > i just made up a tiny patch that allows us to deprecate functions. The > background is that in the past we changed to issue E_STRICT or E_NOTICE > for stuff we are going to change in later versions. This is right now not I noted that the patches use E_NOTICE while I was assuming that compatibility warnings are the domain of E_STRICT. Out of curiosity: Can someone quickly list what the consensus on the meaning of the different error levels are? Thanks, - Chris