cache only standard GET/HEAD by default
[m6w6/ext-http] / php_http_api.h
index 47b686994070f791a0ef22c081e83a471a2d577d..50ff615d8a98fd1ec0daf3e5d5b03e3772dcbf07 100644 (file)
@@ -89,7 +89,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 +106,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