From:             jason at neodisco dot com
Operating system: Any
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Feature/Change Request
Bug description:  curl_multi_info_read does not appear to work

Description:
------------
Hello! 



I am writing a php-cgi server, using curl-multi.  It needs to start a
bunch of curl  'threads', and steadily process the results of finished
'threads' and start new ones in  their place.   



It seems to be working other than curl_multi_info_read() - this function
does not  return any data so I cannot see which curl threads have finished
and are ready for  processing.   



Looking at the curl.haxx.se curl-lib docs, it doesn't look too complicated
(I'm not a C  programmer though!) to implement, seeing as everything else
is working.  Perhaps I  have missed something entirely.   



I assume it is the same problem as mentioned here:? 



http://marc.theaimsgroup.com/?l=php-dev&m=104791992407964&w=2 



Thank you in advance for any help or suggestions you can offer, or perhaps
even an  ETA on when this function might be finished so I can either wait,
or skin the cat  another way. 



Warm regards, 



Jason 



Reproduce code:
---------------
$status_of_ch_threads = curl_multi_info_read();

Expected result:
----------------
Have the status returned


-- 
Edit bug report at http://bugs.php.net/?id=27618&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27618&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27618&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27618&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27618&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27618&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27618&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27618&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27618&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27618&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27618&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27618&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27618&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27618&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27618&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27618&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27618&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27618&r=float

Reply via email to