X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=c2c8b106dbc94679263865a356d3a1314459714a;hp=ca291374e2759e04f6efbc41a80fa53f5b2529dc;hb=694baf9ab90e84d6194aa5fc84757926b17deafc;hpb=4a881fb37338bfeacd40c42a97f334c9faed299a diff --git a/php_http.h b/php_http.h index ca29137..c2c8b10 100644 --- a/php_http.h +++ b/php_http.h @@ -41,8 +41,9 @@ ZEND_BEGIN_MODULE_GLOBALS(http) char *etag; time_t lmod; char *allowed_methods; + char *cache_log; + #ifdef HTTP_HAVE_CURL - phpstr curlbuf; # if LIBCURL_VERSION_NUM < 0x070c00 char curlerr[CURL_ERROR_SIZE + 1]; # endif @@ -89,7 +90,7 @@ PHP_FUNCTION(http_auth_basic_cb); #ifndef ZEND_ENGINE_2 PHP_FUNCTION(http_build_query); #endif /* ZEND_ENGINE_2 */ -PHP_FUNCTION(ob_httpetaghandler); +PHP_FUNCTION(ob_etaghandler); PHP_MINIT_FUNCTION(http); PHP_MSHUTDOWN_FUNCTION(http);