X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=e646c20097b0688056f30d62103ccc00bba969d2;hp=3a64383772be388346818bb0ec343eb46ceb4ec9;hb=7fef44c902c86eebce30f36003a27905fbaeba65;hpb=a23a141a7ff3a3d3163563eae67cc4839b5657c6 diff --git a/php_http.h b/php_http.h index 3a64383..e646c20 100644 --- a/php_http.h +++ b/php_http.h @@ -85,15 +85,6 @@ ZEND_BEGIN_MODULE_GLOBALS(http) char *allowed; HashTable custom; } methods; - -#ifdef HTTP_HAVE_CURL - struct _http_globals_request_copies { - zend_llist strings; - zend_llist slists; - zend_llist contexts; - zend_llist convs; - } copies; -#endif /* HTTP_HAVE_CURL */ } request; #ifdef ZEND_ENGINE_2