> 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
> this patch does take a lot of that power away.
There is no change on the interface, only the additional feature to execute
the curl sessions parallel. After the curl_multi_exec you can use curl_info,
curl_errno without problems. curl_get_content is needed cause curl_multi_exec
cant return content if RETURNTRANSFER is Set. Do you see a better way to 
become the Content ?

Boris





--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to