From: Operating system: Win7&XP PHP version: 5.2.17 Package: IIS related Bug Type: Bug Bug description:curl_multi_exec Timeouts
Description: ------------ Using a mayor version than 5.2.10 under IIS the function curl_multi_exec timeouts, just in IIS, I was testing a library twitter-async, I tried it on Apache and it works fine. (The script works great with version 5.2.10) Test script: --------------- https://github.com/jmathai/twitter-async/issues/closed#issue/84 EpiCurl.php, Line: 84 do{ $this->execStatus = curl_multi_exec($this->mc, $this->running); usleep(intval($innerSleepInt)); $innerSleepInt = intval(max(1, ($innerSleepInt*$this->sleepIncrement))); }while($this->execStatus==CURLM_CALL_MULTI_PERFORM); Expected result: ---------------- Array of results not a timeout Actual result: -------------- Timeout -- Edit bug report at http://bugs.php.net/bug.php?id=54067&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=54067&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=54067&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=54067&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=54067&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=54067&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=54067&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=54067&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=54067&r=needscript Try newer version: http://bugs.php.net/fix.php?id=54067&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=54067&r=support Expected behavior: http://bugs.php.net/fix.php?id=54067&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=54067&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=54067&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=54067&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=54067&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=54067&r=dst IIS Stability: http://bugs.php.net/fix.php?id=54067&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=54067&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=54067&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=54067&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=54067&r=mysqlcfg
