X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_requestpool_object.c;h=8e6369e4a405b5034078fec034ce63c61ff565e2;hp=3a203eff75925b013391a2022374dd1664babdb9;hb=5a476d6738a5a8de45e86158aa2aba20c26a7e16;hpb=350e41a4710d4c0f45e30e5d59f28f438292ad42 diff --git a/http_requestpool_object.c b/http_requestpool_object.c index 3a203ef..8e6369e 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -35,11 +35,7 @@ extern PHPAPI zend_class_entry *spl_ce_Countable; #define HTTP_EMPTY_ARGS(method) HTTP_EMPTY_ARGS_EX(HttpRequestPool, method, 0) #define HTTP_REQPOOL_ME(method, visibility) PHP_ME(HttpRequestPool, method, HTTP_ARGS(HttpRequestPool, method), visibility) -HTTP_BEGIN_ARGS(__construct, 0) - HTTP_ARG_OBJ(HttpRequest, request0, 0) - HTTP_ARG_OBJ(HttpRequest, request1, 0) - HTTP_ARG_OBJ(HttpRequest, requestN, 0) -HTTP_END_ARGS; +HTTP_EMPTY_ARGS(__construct); HTTP_EMPTY_ARGS(__destruct); HTTP_EMPTY_ARGS(reset);