X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_requestpool_object.c;h=3a6d015fecc6f78f87a85235621ab021f2cc4263;hb=1067e607effc3e617fb7841db359f576c71b9c08;hp=902574dc9255198f39238a8ff42e9309b5d983df;hpb=f2d0dbf38d7b00455d3dfba8f2de087105ae0f35;p=m6w6%2Fext-http diff --git a/http_requestpool_object.c b/http_requestpool_object.c index 902574d..3a6d015 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -39,7 +39,7 @@ extern PHPAPI zend_class_entry *spl_ce_Countable; #define HTTP_EMPTY_ARGS(method, ret_ref) HTTP_EMPTY_ARGS_EX(HttpRequestPool, method, ret_ref) #define HTTP_REQPOOL_ME(method, visibility) PHP_ME(HttpRequestPool, method, HTTP_ARGS(HttpRequestPool, method), visibility) -HTTP_BEGIN_ARGS_AR(HttpRequestPool, __construct, 0, 0) +HTTP_BEGIN_ARGS(__construct, 0) HTTP_ARG_OBJ(HttpRequest, request0, 0) HTTP_ARG_OBJ(HttpRequest, request1, 0) HTTP_ARG_OBJ(HttpRequest, requestN, 0)