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

Reply via email to