X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_message_object.c;h=fa828229b7afd6b6d3b531855674863b35d7ae55;hb=97e2daa64f5afd4db89b7999778f0726a276fc98;hp=b84bdfbbc88626d500ca3584eaacbea817f9e91a;hpb=c0eca50e14a66bb29748b15e2999ccc83e67f506;p=m6w6%2Fext-http diff --git a/http_message_object.c b/http_message_object.c index b84bdfb..fa82822 100644 --- a/http_message_object.c +++ b/http_message_object.c @@ -34,8 +34,6 @@ extern PHPAPI zend_class_entry *spl_ce_Countable; # endif #endif -ZEND_EXTERN_MODULE_GLOBALS(http); - #define HTTP_BEGIN_ARGS(method, ret_ref, req_args) HTTP_BEGIN_ARGS_EX(HttpMessage, method, ret_ref, req_args) #define HTTP_EMPTY_ARGS(method, ret_ref) HTTP_EMPTY_ARGS_EX(HttpMessage, method, ret_ref) #define HTTP_MESSAGE_ME(method, visibility) PHP_ME(HttpMessage, method, HTTP_ARGS(HttpMessage, method), visibility)