X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=dd49c6cfe6216760dff0d3e4ad259c2f41c290ce;hp=4ae657420b3b458aa86b49d444e4106998315cdf;hb=c5daa65dcad8fd0a916038c7567f610ea34c6315;hpb=a3e4bb629d39d3168d1304009e198a848aa14a08 diff --git a/php_http.h b/php_http.h index 4ae6574..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.0" +#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);