X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=198196dd5dd9ef689f815e1565ccb32f3ecd4eeb;hb=88c32bffeedce1e3c9c611a3444b2d40f8c854a9;hp=22d97e13846c1e7a8797ea5cac1ff7adf1aa10f4;hpb=eabc03de1d511ce49640322859c6175f27a413e5;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 22d97e1..198196d 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 "0.20.0dev" +#define PHP_EXT_HTTP_VERSION "0.20.0" #include "php.h" #include "php_http_std_defs.h" @@ -127,6 +127,7 @@ PHP_FUNCTION(http_send_stream); PHP_FUNCTION(http_chunked_decode); PHP_FUNCTION(http_parse_message); PHP_FUNCTION(http_parse_headers); +PHP_FUNCTION(http_parse_cookie); PHP_FUNCTION(http_get_request_headers); PHP_FUNCTION(http_get_request_body); PHP_FUNCTION(http_match_request_header);