* fixed http_cache_last_modified(): if parameter was omitted, would have always sent...
[m6w6/ext-http] / php_http.h
index 49804244b3048e2aed92a9436e1a6f4085c0f087..2f2b7eef4ce732567d91ee29cd02aa99b6c72354 100644 (file)
@@ -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
  */
+