X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_curl.h;h=c82a09cb94609c6a719acd6ca7437d2293b981fc;hp=51320a28d9a10d9b88584a96bdc82b759ad2fbee;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=f753226f1f45e10ef3916256ec1bc0416c8644a8 diff --git a/php_http_client_curl.h b/php_http_client_curl.h index 51320a2..c82a09c 100644 --- a/php_http_client_curl.h +++ b/php_http_client_curl.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -15,15 +15,6 @@ #if PHP_HTTP_HAVE_CURL -#if PHP_HTTP_HAVE_EVENT -struct php_http_curl_globals { - void *event_base; -}; - -PHP_RINIT_FUNCTION(http_client_curl); -PHP_RSHUTDOWN_FUNCTION(http_client_curl); -#endif /* PHP_HTTP_HAVE_EVENT */ - PHP_MINIT_FUNCTION(http_client_curl); PHP_MSHUTDOWN_FUNCTION(http_client_curl); #endif /* PHP_HTTP_HAVE_CURL */