- reimplement major parts of the request api
[m6w6/ext-http] / php_http.h
index 3a64383772be388346818bb0ec343eb46ceb4ec9..e646c20097b0688056f30d62103ccc00bba969d2 100644 (file)
@@ -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