X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=2f2b7eef4ce732567d91ee29cd02aa99b6c72354;hp=1012a12536b8197f305deb446b7a76ecf3dda18a;hb=7dedd1935ab8400dfbd49fe63c83b74b0d0b68e6;hpb=9949be4659856993b6f3668c87cdcf158f6c2ddf diff --git a/php_http.h b/php_http.h index 1012a12..2f2b7ee 100644 --- a/php_http.h +++ b/php_http.h @@ -45,7 +45,6 @@ PHP_FUNCTION(http_match_modified); PHP_FUNCTION(http_match_etag); PHP_FUNCTION(http_cache_last_modified); PHP_FUNCTION(http_cache_etag); -PHP_FUNCTION(http_accept_ranges); PHP_FUNCTION(http_content_type); PHP_FUNCTION(http_content_disposition); PHP_FUNCTION(http_send_data); @@ -71,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 { @@ -97,3 +98,4 @@ ZEND_END_MODULE_GLOBALS(http) * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ +