Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54223 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86337 invoked from network); 27 Jul 2011 18:59:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2011 18:59:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:34119] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/D0-12166-5FF503E4 for ; Wed, 27 Jul 2011 14:59:01 -0400 Received: by vxi39 with SMTP id 39so1529994vxi.29 for ; Wed, 27 Jul 2011 11:58:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=r05irAGY1NnYQWUyaPkaED73DY5VrIER339qUMHGdUE=; b=igN3lKqn8uNIenchE/8mjKM7UJFGxJ/WDaERd3QO5tk4u8qBpIFpQMMVPCjGMPq6Tz UY7EvKL/9Z4Eta6OT4HZl44lE8XhJKfnnxro/P/fZiBpqHkXT1NmrRtUGhnW2INcDIxU hclAgXt/IguWSQasj9Qj111Fgy7QNMLUSg4dA= MIME-Version: 1.0 Received: by 10.52.64.205 with SMTP id q13mr192535vds.245.1311793138743; Wed, 27 Jul 2011 11:58:58 -0700 (PDT) Received: by 10.52.116.106 with HTTP; Wed, 27 Jul 2011 11:58:58 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Jul 2011 20:58:58 +0200 Message-ID: To: "Matthew Weier O'Phinney" Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [RFC] Error message formatting for development From: tyra3l@gmail.com (Ferenc Kovacs) On Wed, Jul 27, 2011 at 4:16 PM, Matthew Weier O'Phinney wrote: > On 2011-07-26, Derick Rethans wrote: >> I just added an RFC for restoring error message formatting so that >> developers can easier develop their applications: >> >> https://wiki.php.net/rfc/error-formatting-for-developers > > This makes complete sense to me. One question, however: can I assume > that the html_errors setting has no effect in the CLI SAPI? That would > be my only concern during development, as I'm typically running unit > tests and whatnot from the CLI. > the html_errors for cli is always off: http://lxr.php.net/opengrok/xref/PHP_5_3/sapi/cli/php_cli.c#121 --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu