X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=a6ea120d9c05bb6d16c22aaed9a85f0dfc0c2f81;hp=47b686994070f791a0ef22c081e83a471a2d577d;hb=14aec371d6123fbedbe13ca73b6a6d5768c635cb;hpb=aacbe6aa75ca07853bf88d5b3647f67f107d1af7 diff --git a/php_http_api.h b/php_http_api.h index 47b6869..a6ea120 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -78,6 +78,7 @@ typedef int STATUS; #include "php_http_curl.h" #include "php_http_encoding.h" #include "php_http_env.h" +#include "php_http_env_request.h" #include "php_http_env_response.h" #include "php_http_etag.h" #include "php_http_exception.h" @@ -89,7 +90,6 @@ typedef int STATUS; #include "php_http_message_body.h" #include "php_http_message_parser.h" #include "php_http_negotiate.h" -#include "php_http_neon.h" #include "php_http_object.h" #include "php_http_params.h" #include "php_http_persistent_handle.h" @@ -107,7 +107,6 @@ typedef int STATUS; ZEND_BEGIN_MODULE_GLOBALS(php_http) struct php_http_env_globals env; struct php_http_persistent_handle_globals persistent_handle; - struct php_http_request_datashare_globals request_datashare; #if PHP_HTTP_HAVE_CURL && PHP_HTTP_HAVE_EVENT struct php_http_curl_globals curl; #endif