]> granicus.if.org Git - php/commitdiff
forgot to commit this.
authorSterling Hughes <sterling@php.net>
Fri, 4 Apr 2003 16:00:33 +0000 (16:00 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 4 Apr 2003 16:00:33 +0000 (16:00 +0000)
ext/curl/multi.c

index 24a4df94a11982e4d807cd8483349ae9ca725a9a..842f1920b0c0a73281666933d184cf48090f266f 100644 (file)
@@ -221,7 +221,7 @@ PHP_FUNCTION(curl_multi_info_read)
        array_init(return_value);
        add_assoc_long(return_value, "msg", tmp_msg->msg);
        add_assoc_long(return_value, "result", tmp_msg->data.result);
-       add_assoc_resource(return_value, "handle", zend_list_id_by_pointer(tmp_msg->easy_handle, le_curl TSRMLS_CC));
+       /* add_assoc_resource(return_value, "handle", zend_list_id_by_pointer(tmp_msg->easy_handle, le_curl TSRMLS_CC)); */
        add_assoc_string(return_value, "whatever", (char *) tmp_msg->data.whatever, 1);
 }
 /* }}} */