X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=29d868c06f8e09f467526b723d6693a0e4e37fb5;hp=0b65451b49b2d234e097d060601b34409ed1f21e;hb=0d215d4f181f34af40fad377570919dc978ff563;hpb=d9a5eb7f270247c44f4ff78c1f5d03d520e8fec0 diff --git a/php_http.h b/php_http.h index 0b65451..29d868c 100644 --- a/php_http.h +++ b/php_http.h @@ -18,7 +18,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "0.4.0" +#define PHP_EXT_HTTP_VERSION "0.5.0-dev" /* make compile on Win32 */ #include "php_streams.h" @@ -57,6 +57,7 @@ PHP_FUNCTION(http_send_stream); PHP_FUNCTION(http_chunked_decode); PHP_FUNCTION(http_split_response); PHP_FUNCTION(http_parse_headers); +PHP_FUNCTION(http_get_request_headers); #ifdef HTTP_HAVE_CURL PHP_FUNCTION(http_get); PHP_FUNCTION(http_head); @@ -66,7 +67,10 @@ PHP_FUNCTION(http_post_array); PHP_FUNCTION(http_auth_basic); PHP_FUNCTION(http_auth_basic_cb); +PHP_FUNCTION(ob_httpetaghandler); + PHP_MINIT_FUNCTION(http); +PHP_MSHUTDOWN_FUNCTION(http); PHP_RSHUTDOWN_FUNCTION(http); PHP_MINFO_FUNCTION(http); @@ -77,6 +81,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) char *ctype; char *etag; time_t lmod; + char *allowed_methods; #ifdef HTTP_HAVE_CURL struct { struct {