* separate http_parse_header() function (doesn't support folded headers yet)
[m6w6/ext-http] / php_http.h
index cf955a84040c933ec8f0bb673dec90c77eab2a9a..d6ac71abcf4db293e40cde168beabde5c0ed4767 100644 (file)
@@ -56,6 +56,7 @@ PHP_FUNCTION(http_send_file);
 PHP_FUNCTION(http_send_stream);
 PHP_FUNCTION(http_chunked_decode);
 PHP_FUNCTION(http_split_response);
+PHP_FUNCTION(http_parse_header);
 #ifdef HTTP_HAVE_CURL
 PHP_FUNCTION(http_get);
 PHP_FUNCTION(http_head);