curl_multi_info_read is unimplemented...

This commit is contained in:
Sterling Hughes 2002-11-13 22:43:31 +00:00
parent c7da0b117e
commit 9d04acdaaa

View File

@ -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;
}