- fix win32 DL build
[m6w6/ext-http] / php_http.h
index 4dffa673c31061d6e09c831c9da712ad93d61801..f18f6d702d63906cfe87c79bedf5a82337cca6a8 100644 (file)
@@ -27,7 +27,7 @@
 #      endif
 #      include <curl/curl.h>
 #endif
-#include "ext/standard/md5.h"
+
 #include "phpstr/phpstr.h"
 
 extern zend_module_entry http_module_entry;
@@ -41,8 +41,9 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
        zend_bool only_exceptions;
 #endif
        struct _http_globals_etag {
+               long mode;
+               void *ctx;
                zend_bool started;
-               PHP_MD5_CTX md5ctx;
        } etag;
 
        struct _http_globals_log {