X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.h;h=29d868c06f8e09f467526b723d6693a0e4e37fb5;hb=0f9c41f499873dbd4ab88469d838922554a49a99;hp=04dc05a02f6e06dc6f155afe2827fe5c85a9adbc;hpb=ad4b13b9d6952c7b5f89c9339bbfab5f88975541;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 04dc05a..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-dev" +#define PHP_EXT_HTTP_VERSION "0.5.0-dev" /* make compile on Win32 */ #include "php_streams.h" @@ -67,6 +67,8 @@ 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);