X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=31e70df26ffedcc03ea9b46e96875855ac2be68c;hp=f48d464dc761289e64f17fe7e389173ef1fbc83d;hb=8191c55421fb6ecc86185608a8b0510da1525e1e;hpb=6f61c56b9d16c4fd68e388e629cc5a9248fe8281 diff --git a/php_http_api.h b/php_http_api.h index f48d464..31e70df 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -23,6 +23,8 @@ #include #include +#include +#include #include #include #include @@ -73,7 +75,6 @@ typedef int STATUS; #include "php_http_buffer.h" #include "php_http_strlist.h" #include "php_http_misc.h" -#include "php_http_resource_factory.h" #include "php_http_options.h" #include "php_http.h" @@ -94,8 +95,6 @@ typedef int STATUS; #include "php_http_negotiate.h" #include "php_http_object.h" #include "php_http_params.h" -#include "php_http_persistent_handle.h" -#include "php_http_property_proxy.h" #include "php_http_querystring.h" #include "php_http_client_interface.h" #include "php_http_client.h" @@ -113,7 +112,6 @@ typedef int STATUS; ZEND_BEGIN_MODULE_GLOBALS(php_http) struct php_http_env_globals env; - struct php_http_persistent_handle_globals persistent_handle; #if PHP_HTTP_HAVE_CURL && PHP_HTTP_HAVE_EVENT struct php_http_curl_globals curl; #endif