X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=f18f6d702d63906cfe87c79bedf5a82337cca6a8;hp=4dffa673c31061d6e09c831c9da712ad93d61801;hb=234dac3f03c6b7342bb70829bc9641268cab7156;hpb=0d925a2820b9d75b8e32c451fd400863e51e22fe diff --git a/php_http.h b/php_http.h index 4dffa67..f18f6d7 100644 --- a/php_http.h +++ b/php_http.h @@ -27,7 +27,7 @@ # endif # include #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 {