X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=731f0adfe94bc749060dbffa06a96117e0a970b9;hp=43b5fad697e9e95e4a0428bc7dec068e8e75a3f5;hb=5be9a548c1e57fdc0960740ca6580d0023845ed4;hpb=ab4ddc6dec9a956410b9aaa6fd3e937269577b28 diff --git a/php_http.h b/php_http.h index 43b5fad..731f0ad 100644 --- a/php_http.h +++ b/php_http.h @@ -45,6 +45,8 @@ PHP_METHOD(HTTPi, negotiateCharset); PHP_METHOD(HTTPi, redirect); PHP_METHOD(HTTPi, sendStatus); PHP_METHOD(HTTPi, sendLastModified); +PHP_METHOD(HTTPi, sendContentType); +PHP_METHOD(HTTPi, sendContentDisposition); PHP_METHOD(HTTPi, matchModified); PHP_METHOD(HTTPi, matchEtag); PHP_METHOD(HTTPi, cacheLastModified); @@ -84,7 +86,6 @@ PHP_METHOD(HTTPi_Response, getFile); PHP_METHOD(HTTPi_Response, setStream); PHP_METHOD(HTTPi_Response, getStream); PHP_METHOD(HTTPi_Response, send); -PHP_METHOD(HTTPi_Response, getSize); #endif /* ZEND_ENGINE_2 */ @@ -96,12 +97,12 @@ PHP_FUNCTION(http_negotiate_charset); PHP_FUNCTION(http_redirect); PHP_FUNCTION(http_send_status); PHP_FUNCTION(http_send_last_modified); +PHP_FUNCTION(http_send_content_type); +PHP_FUNCTION(http_send_content_disposition); PHP_FUNCTION(http_match_modified); PHP_FUNCTION(http_match_etag); PHP_FUNCTION(http_cache_last_modified); PHP_FUNCTION(http_cache_etag); -PHP_FUNCTION(http_content_type); -PHP_FUNCTION(http_content_disposition); PHP_FUNCTION(http_send_data); PHP_FUNCTION(http_send_file); PHP_FUNCTION(http_send_stream);