X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_request_object.c;h=8ff7b25ed21fcb98874fa877f5f23d3572e80fd6;hb=9287fdda2887622c8fe69f7b63d6803d60827ded;hp=a3b132eeaaae4b4b60d50de558feb1777ad58101;hpb=34b27dcfad5431b1c585a79733b4786b28dbd482;p=m6w6%2Fext-http diff --git a/http_request_object.c b/http_request_object.c index a3b132e..8ff7b25 100644 --- a/http_request_object.c +++ b/http_request_object.c @@ -32,8 +32,6 @@ #include "php_http_request_pool_api.h" #include "php_http_url_api.h" -ZEND_EXTERN_MODULE_GLOBALS(http); - #define HTTP_BEGIN_ARGS(method, ret_ref, req_args) HTTP_BEGIN_ARGS_EX(HttpRequest, method, ret_ref, req_args) #define HTTP_EMPTY_ARGS(method, ret_ref) HTTP_EMPTY_ARGS_EX(HttpRequest, method, ret_ref) #define HTTP_REQUEST_ME(method, visibility) PHP_ME(HttpRequest, method, HTTP_ARGS(HttpRequest, method), visibility)