Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52497 invoked from network); 13 Mar 2003 16:49:50 -0000 Received: from unknown (HELO blacksheep.csh.rit.edu) (129.21.60.6) by pb1.pair.com with SMTP; 13 Mar 2003 16:49:50 -0000 Received: from fury.csh.rit.edu (fury.csh.rit.edu [129.21.60.5]) by blacksheep.csh.rit.edu (Postfix) with ESMTP id E6612D5 for ; Thu, 13 Mar 2003 11:49:49 -0500 (EST) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 732F02E389; Thu, 13 Mar 2003 11:49:49 -0500 (EST) Date: Thu, 13 Mar 2003 11:49:49 -0500 To: internals@lists.php.net Message-ID: <20030313164948.GA23178@csh.rit.edu> Mail-Followup-To: internals@lists.php.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Subject: Re: [PHP-DEV] Disabling error docref stuff by default From: jon@php.net (Jon Parise) On Thu, Mar 13, 2003 at 01:10:10AM -0800, Rasmus Lerdorf wrote: > Could we disable these error links by default? As people are slowly > migrating to 4.3, it is becoming very clear that all sorts of people are > getting confused about these. Especially when a spam web site spews one > of these and irate users trying to unspam themselves end up blaming > webmaster@php.net for their troubles. Or just people following a link > from one of these and emailing us about some error on some website out > there that we have nothing to do with. I'm inclined to agree. What if it were made (bu default) on the error_reporting level? E_ALL would use the docrefs but "lower" levels would not (e.g. E_FATAL). Or a new INI option (docref_errors or docref_enable)? -- Jon Parise (jon@php.net) :: The PHP Project (http://www.php.net/)