Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53557 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31083 invoked from network); 23 Jun 2011 21:29:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2011 21:29:04 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:57986] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/08-19628-E10B30E4 for ; Thu, 23 Jun 2011 17:29:03 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 694CBDE140; Thu, 23 Jun 2011 22:28:57 +0100 (BST) Date: Thu, 23 Jun 2011 22:28:57 +0100 (BST) X-X-Sender: derick@whisky To: Ferenc Kovacs cc: Stas Malyshev , PHP Developers Mailing List In-Reply-To: Message-ID: References: <4E03AEA9.4020003@sugarcrm.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] html_errors default settings From: derick@php.net (Derick Rethans) On Thu, 23 Jun 2011, Ferenc Kovacs wrote: > On Thu, Jun 23, 2011 at 11:22 PM, Stas Malyshev wrote: > > >> I'd like to revert this change *and* change when the docrefs are > >> shown, so that in 5.4 and trunk: > >> - html_errors is on by default again. > >> - the docref links are only shown when docref_root is not empty > > > > What about CLI PHP? > > afaik that ignores the html_errors config already. Yes, I am not changing that. html_errors is forcefully turned off in CLI, just like the docs say: ; Note: This directive is hardcoded to Off for the CLI SAPI cheers, Derick twitter: @derickr and @xdebug