php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #35955 curl curl_multi_info_read not implemented/working
Submitted: 2006-01-10 06:58 UTC Modified: 2006-01-25 10:51 UTC
From: kevin at tackledesign dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.1.1 OS: linux
Private report: No CVE-ID: None
 [2006-01-10 06:58 UTC] kevin at tackledesign dot com
Description:
------------
hi,

i would like to formally submit a report regarding the non-implemented status of the curl_multi_info_read function. the fact that this function is non implemented is only referenced in a comment in the documentation. 

given the design of curl_multi_info_read i can see how it might be complicated to implement (requires the development of an underlying message queue for the multi interface).
howver, it is important to correct this as the absence of the call prevents the proper utilization of the curl multi interface. for example there's no other proper way to tell if a multi request has completed successfully without this function.

is this something that's scheduled to be corrected?

thanks!
kevin 




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-25 10:51 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #27618 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 21:01:32 2025 UTC