X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.h;h=952639c87af8bc84d037a5ff3484aa2971e4c3b3;hb=bb6571e22d14c87114eb729145be2e7b87ebea42;hp=737721d74aae4b9e596f0fe312336068c97e4b8e;hpb=2b7331c5fdb73cb48f7f60a8e4ec88766581ced3;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 737721d..952639c 100644 --- a/php_http.h +++ b/php_http.h @@ -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]; @@ -81,7 +83,9 @@ PHP_FUNCTION(http_get_request_headers); PHP_FUNCTION(http_get); PHP_FUNCTION(http_head); PHP_FUNCTION(http_post_data); -PHP_FUNCTION(http_post_array); +PHP_FUNCTION(http_post_fields); +PHP_FUNCTION(http_put_file); +PHP_FUNCTION(http_put_stream); #endif /* HTTP_HAVE_CURL */ PHP_FUNCTION(http_auth_basic); PHP_FUNCTION(http_auth_basic_cb);