[PHP-DEV] Re: Curl Multi Interface Patch

2002-10-20 Thread Sterling Hughes
On Sun, 2002-10-20 at 02:16, Boris Bukowski wrote: > > > ok, i can see the use in that, however, i think it can be more useful if > > you give the user the option of when to use the select() call - that's > > the whole point of the cURL multi interface, and while it may be useful > > in this case,

[PHP-DEV] Re: Curl Multi Interface Patch

2002-10-20 Thread Boris Bukowski
Am Sunday 20 October 2002 03:31 schrieb Sterling Hughes: > On Sun, 2002-10-20 at 02:16, Boris Bukowski wrote: > > > ok, i can see the use in that, however, i think it can be more useful > > > if you give the user the option of when to use the select() call - > > > that's the whole point of the cURL

[PHP-DEV] Re: Curl Multi Interface Patch

2002-10-19 Thread Boris Bukowski
> ok, i can see the use in that, however, i think it can be more useful if > you give the user the option of when to use the select() call - that's > the whole point of the cURL multi interface, and while it may be useful > in this case, the interface was designed to be much more powerful, and > t

[PHP-DEV] Re: Curl Multi Interface Patch

2002-10-19 Thread Sterling Hughes
On Sun, 2002-10-20 at 01:23, Boris Bukowski wrote: > Am Saturday 19 October 2002 23:59 schrieb Sterling Hughes: > > On Sat, 2002-10-19 at 15:42, Boris Bukowski wrote: > > > Hi, > > > > > > now I made a Patch that is hopefully ok for you ;^) > > > > > > I introduced the following functions: > > > >

[PHP-DEV] Re: Curl Multi Interface Patch

2002-10-19 Thread Boris Bukowski
Am Saturday 19 October 2002 23:59 schrieb Sterling Hughes: > On Sat, 2002-10-19 at 15:42, Boris Bukowski wrote: > > Hi, > > > > now I made a Patch that is hopefully ok for you ;^) > > > > I introduced the following functions: > > > > curl_multi_init(); > > curl_multi_add ($multi,$ch1); > > curl_mul

[PHP-DEV] Re: Curl Multi Interface Patch

2002-10-19 Thread Sterling Hughes
On Sat, 2002-10-19 at 15:42, Boris Bukowski wrote: > Hi, > > now I made a Patch that is hopefully ok for you ;^) > > I introduced the following functions: > > curl_multi_init(); > curl_multi_add ($multi,$ch1); > curl_multi_add ($multi,$ch2); > curl_multi_exec($multi); > curl_get_content($ch1); >