mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
curl_multi_info_read is unimplemented...
This commit is contained in:
parent
c7da0b117e
commit
9d04acdaaa
@ -195,6 +195,9 @@ PHP_FUNCTION(curl_multi_info_read)
|
||||
CURLMsg *tmp_msg;
|
||||
int queued_msgs;
|
||||
|
||||
// XXX: Not Implemented
|
||||
return;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &z_mh) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user