X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_requestpool_object.c;h=28aa366e399465c6565867837d54fc37e6aa4aab;hp=af2dcf76f215f2969001dee20ff0345e476d7f94;hb=402ada5cf64b817dd4c4cfd4c112b59b1139dff5;hpb=89572c25844ea2a641a6bef11b2cd1e1be699282 diff --git a/http_requestpool_object.c b/http_requestpool_object.c index af2dcf7..28aa366 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -34,9 +34,9 @@ #endif #include -#define HTTP_BEGIN_ARGS(method, req_args) HTTP_BEGIN_ARGS_EX(HttpRequestPool, method, ZEND_RETURN_REFERENCE_AGNOSTIC, req_args) -#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) +#define HTTP_BEGIN_ARGS(method, req_args) HTTP_BEGIN_ARGS_EX(HttpRequestPool, method, 0, req_args) +#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_ARG_OBJ(HttpRequest, request0, 0)