On Sun, Oct 13, 2002 at 06:15:23PM +0200, Boris Bukowski wrote:
> i introduced the curl multi interface in php_curl.
Cool!
> Is this the right Place to post and discuss my Patch ?
Yep, please post it here as an attachment.
Please note that we just started QA on PHP 4.3.0-dev so this patch might
Hi,
i introduced the curl multi interface in php_curl.
Is this the right Place to post and discuss my Patch ?
Here an example what i introduced:
http://192.168.4.2/";);
$ch2 = curl_init("http://192.168.4.2/";);
curl_setopt($ch1,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch2,CURLOPT_RETURNTRANSFER,1