X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_pool_api.c;h=31261cf1d2f4c3281e0e3c0830fc2a34bc3902ce;hp=306333071b4704a6c990b82705ae150714d272df;hb=98e0618077ab00672dd0e6e134d4722e033d827e;hpb=604c0e53f847efab109d18068894a2ca7fc55df5 diff --git a/http_request_pool_api.c b/http_request_pool_api.c index 3063330..31261cf 100644 --- a/http_request_pool_api.c +++ b/http_request_pool_api.c @@ -6,16 +6,12 @@ | 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 | +--------------------------------------------------------------------+ */ /* $Id$ */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #define HTTP_WANT_CURL #include "php_http.h" @@ -32,8 +28,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