Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50011 invoked from network); 16 Mar 2003 22:35:17 -0000 Received: from unknown (HELO mailout10.sul.t-online.com) (194.25.134.21) by pb1.pair.com with SMTP; 16 Mar 2003 22:35:17 -0000 Received: from fwd08.sul.t-online.de by mailout10.sul.t-online.com with smtp id 18ugiq-00005n-0B; Sun, 16 Mar 2003 23:35:16 +0100 Received: from baumbart.marcus-boerger.de (520072483730-0001@[80.142.183.140]) by fwd08.sul.t-online.com with esmtp id 18ugil-0GGdOKC; Sun, 16 Mar 2003 23:35:11 +0100 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030316233331.0246f620@mailbox.rwth-aachen.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 16 Mar 2003 23:35:10 +0100 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 520072483730-0001@t-dialin.net Subject: FRC: html_erros and docref_root From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) Hi all I have changed the default ini value for html_errors to 0. I think default ini settings should work for production boxes and noone should have html_errors=On for those. The second thing i changed is that errors are no longer pointing to any documentation if either html_erros=0 or docref_root=''. BUT now we (ok I) changed behavior of phpinfo(), too. However phpinfo() shouldn't have been bound to html_errors in first place. Plase also see http://bugs.php.net/bug.php?id=21007 and i am not the only one saying that this should be solved in another way. The reason i changed the behavior is that (stupid) people use features made to make development life easier (namely html_errors=1 and docref_root=...) on production boxes AND that we got the first bugreport that way. YES someone filed in a bugreport by clicking on a doref'ed html error and clicking like hell on php.net to finally find bugs.php.net.... Since the docref stuff is there to make developers life easier i thing removing it would be the worst opportunity. If you however feel that option is good i guess you are very egocentric and make developers life harder -> ask yourself why php is popular (not everyone knows php as good as we). A quick solution would be to make docref_root default to '' so there are also no links to the manual. But from my point of view the only thing to do is fix bug 21007. However i do not see it as such a big problem to receive one bogus bugreport. enough written on that (feel free to comment on every paragraph) marcus