X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=2f2b7eef4ce732567d91ee29cd02aa99b6c72354;hp=49804244b3048e2aed92a9436e1a6f4085c0f087;hb=7dedd1935ab8400dfbd49fe63c83b74b0d0b68e6;hpb=21c1913c745be79bb5551b4bb67ca5a9e54c221b diff --git a/php_http.h b/php_http.h index 4980424..2f2b7ee 100644 --- a/php_http.h +++ b/php_http.h @@ -70,6 +70,8 @@ ZEND_BEGIN_MODULE_GLOBALS(http) PHP_MD5_CTX etag_md5; php_stream_statbuf ssb; char *ctype; + char *etag; + time_t lmod; #if defined(HAVE_CURL) && HAVE_CURL struct { struct { @@ -96,3 +98,4 @@ ZEND_END_MODULE_GLOBALS(http) * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ +