X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_api.h;h=31e70df26ffedcc03ea9b46e96875855ac2be68c;hb=5855b4ed57714dabea33a2c57d4b9cb1a03af70c;hp=f48d464dc761289e64f17fe7e389173ef1fbc83d;hpb=4ebb73feef38aea0560abf7c3a9435dda4d77820;p=m6w6%2Fext-http 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