X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=e646c20097b0688056f30d62103ccc00bba969d2;hb=31f45628be37e6828b275130cc8db0f92efcf33c;hp=3a64383772be388346818bb0ec343eb46ceb4ec9;hpb=9ae4e3a3f75d88489101f237848658b6b54f006a;p=m6w6%2Fext-http 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