Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11319 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10353 invoked by uid 1010); 18 Jul 2004 11:30:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10325 invoked from network); 18 Jul 2004 11:30:39 -0000 Received: from unknown (HELO mx.thebrainroom.net) (69.55.226.195) by pb1.pair.com with SMTP; 18 Jul 2004 11:30:39 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 363671488035; Sun, 18 Jul 2004 04:30:38 -0700 (PDT) Received: from BAUMBART (p508EB86D.dip.t-dialin.net [80.142.184.109]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id 98C841488033; Sun, 18 Jul 2004 04:30:34 -0700 (PDT) Date: Sun, 18 Jul 2004 13:28:42 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1355364065.20040718132842@marcus-boerger.de> To: Wez Furlong Cc: Johannes Schlueter , internals@lists.php.net In-Reply-To: <4e89b4260407171843653f4fa0@mail.gmail.com> References: <200407180210.09034@schlueters.de> <4e89b4260407171843653f4fa0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.8 required=5.0 tests=PRIORITY_NO_NAME autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] [PATCH] Send errors to stderr instead of stdout From: helly@php.net (Marcus Boerger) Hello Wez, Sunday, July 18, 2004, 3:43:20 AM, you wrote: > Of course, breaking the test suite for CLI isn't the best news either; > it relies on the output ending up in stdout. While rewriting his patch to check for CLI he could possibly either add a switch for CLI to error to stdout or to catch stderr in the test environment. marcus