X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_pool_api.c;h=53ecb21555ac71ee04f1940f5222759d0315a712;hp=306333071b4704a6c990b82705ae150714d272df;hb=32e91737086db53bb1fd9ed9f79d693c43ec459f;hpb=604c0e53f847efab109d18068894a2ca7fc55df5 diff --git a/http_request_pool_api.c b/http_request_pool_api.c index 3063330..53ecb21 100644 --- a/http_request_pool_api.c +++ b/http_request_pool_api.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -32,8 +32,6 @@ # define HTTP_DEBUG_REQPOOLS 0 #endif -ZEND_EXTERN_MODULE_GLOBALS(http); - #ifndef HAVE_CURL_MULTI_STRERROR # define curl_multi_strerror(dummy) "unknown error" #endif