Makefile fragment installing headers
[m6w6/ext-http] / php_http.h
index 737721d74aae4b9e596f0fe312336068c97e4b8e..c2c8b106dbc94679263865a356d3a1314459714a 100644 (file)
@@ -41,6 +41,8 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
        char *etag;
        time_t lmod;
        char *allowed_methods;
+       char *cache_log;
+
 #ifdef HTTP_HAVE_CURL
 #      if LIBCURL_VERSION_NUM < 0x070c00
        char curlerr[CURL_ERROR_SIZE + 1];