- improve http_get_request_headers()
[m6w6/ext-http] / php_http.h
index c25e576d1e29d67fdcec814797d7d60a77d1d9b0..104f9f7788b8bafce891f69efadca4cfffa9b5a7 100644 (file)
@@ -117,6 +117,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
 
        struct _http_globals_request {
                time_t time;
+               HashTable *headers;
                struct _http_globals_request_methods {
                        char *allowed;
                        struct _http_globals_request_methods_custom {