Yes, it should.... I must have missed that one when I was fixing the rest. I have made a bug report and will fix that tonight.
________________________________ From: Dave Barr [mailto:[EMAIL PROTECTED] Sent: Thu 6/7/2007 6:31 AM To: Hannes Magnusson Cc: phpdoc@lists.php.net Subject: Re: [PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-multi-add-handle.xml curl-multi-close.xml curl-multi-exec.xml curl-multi-init.xml Hannes Magnusson wrote: > On 6/7/07, Logan Buesching <[EMAIL PROTECTED]> wrote: >> +++ phpdoc/en/reference/curl/functions/curl-multi-add-handle.xml Thu >> Jun 7 >> +$running=null; >> //execute the handles >> -curl_multi_exec($mh); >> +do { >> + curl_multi_exec($mh); >> +} while($running > 0); > > This doesn't look right... > > -Hannes It should be curl_multi_exec($mh, $running); I believe. Dave