X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.h;h=dd49c6cfe6216760dff0d3e4ad259c2f41c290ce;hb=c5daa65dcad8fd0a916038c7567f610ea34c6315;hp=3f11b66b47ee94dba764de3f91c935df30d759f1;hpb=c8dff7011092296f9fcc12e68ad8eef18b19cdf4;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 3f11b66..dd49c6c 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "1.1.0dev" +#define PHP_EXT_HTTP_VERSION "1.2.0dev" #ifdef HAVE_CONFIG_H # include "config.h" @@ -183,6 +183,7 @@ PHP_FUNCTION(http_chunked_decode); PHP_FUNCTION(http_parse_message); PHP_FUNCTION(http_parse_headers); PHP_FUNCTION(http_parse_cookie); +PHP_FUNCTION(http_build_cookie); PHP_FUNCTION(http_parse_params); PHP_FUNCTION(http_get_request_headers); PHP_FUNCTION(http_get_request_body);