Re: [PHP-DEV] Patch now or wait

2004-02-24 Thread Ilia Alshanetsky
On February 24, 2004 07:41 pm, you wrote: > True, but I had a group request it and tested the patch so I figured I > would see about giving it back. I was hoping you had some additional technical reasons for the patch that I had missed. As it stands now, I am +1 for including this patch in PHP 5.

Re: [PHP-DEV] Patch now or wait

2004-02-24 Thread 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,

Re: [PHP-DEV] Patch now or wait

2004-02-24 Thread Ilia Alshanetsky
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. Ilia On February

[PHP-DEV] Patch now or wait

2004-02-24 Thread Brian J. France
I have already run this past Sterling, but figured I would make sure there are no other objections to applying this patch to both 4.3 and HEAD. It allows switching back to the standard output by calling: curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0); Thanks, Brian Based on 4.3.4 source -