- drop mhash support
[m6w6/ext-http] / php_http.h
index 4ebbc5c60c0a34f2cd4e6ab8a41735a9bf05a668..2f0eadedf7d4247a22be9a8692deb6a3d02da175 100644 (file)
@@ -35,7 +35,7 @@ extern int http_module_number;
 ZEND_BEGIN_MODULE_GLOBALS(http)
 
        struct _http_globals_etag {
-               long mode;
+               char *mode;
                void *ctx;
                zend_bool started;
        } etag;