X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=f738a3f0232f57fcafd130961121e05d4f834669;hp=22d97e13846c1e7a8797ea5cac1ff7adf1aa10f4;hb=ef227f4f7f697c954eef0adb9f9f897148a771ca;hpb=c986ec1a6abc7c4295d2fd9b666c106db17320ea diff --git a/php_http.h b/php_http.h index 22d97e1..f738a3f 100644 --- a/php_http.h +++ b/php_http.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);