Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22976 invoked by uid 1010); 25 Feb 2004 00:41:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22942 invoked from network); 25 Feb 2004 00:41:24 -0000 Received: from unknown (HELO lt1.firehawksystems.com) (64.71.143.247) by pb1.pair.com with SMTP; 25 Feb 2004 00:41:24 -0000 Received: from [10.0.0.2] (pcp955202pcs.bechgr01.in.comcast.net [68.57.213.101]) (authenticated bits=0) by lt1.firehawksystems.com (8.12.10/8.12.10) with ESMTP id i1P0fM2W032222 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Tue, 24 Feb 2004 16:41:23 -0800 In-Reply-To: <200402241801.00162.ilia@prohost.org> References: <4E85B26A-6716-11D8-B780-003065F88EBA@firehawksystems.com> <200402241801.00162.ilia@prohost.org> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <53717287-672B-11D8-B780-003065F88EBA@firehawksystems.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Tue, 24 Feb 2004 19:41:18 -0500 To: ilia@prohost.org X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-DEV] Patch now or wait From: list@firehawksystems.com ("Brian J. France") True, but I had a group request it and tested the patch so I figured I would see about giving it back. Brian On Feb 24, 2004, at 6:01 PM, Ilia Alshanetsky wrote: > Why is this needed? > > As far as I know curl extension already prints to screen by default. > The only > instance where this maybe useful, is when making multiple request via > the > same handle and you want to print only the output of certain requests, > which > seems rather strange to me.